diff options
author | friendica <info@friendica.com> | 2014-03-07 21:55:52 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-03-07 21:55:52 -0800 |
commit | 5ec38459dc474700ec89304786228ba06bfbed53 (patch) | |
tree | de273b8b432615065323289fd2b14196046726cd /view/tpl | |
parent | ab0eab49e866e29b1c1b5ef58897c6a446d24864 (diff) | |
download | volse-hubzilla-5ec38459dc474700ec89304786228ba06bfbed53.tar.gz volse-hubzilla-5ec38459dc474700ec89304786228ba06bfbed53.tar.bz2 volse-hubzilla-5ec38459dc474700ec89304786228ba06bfbed53.zip |
notify when permissions change and haven't been saved.
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/abook_edit.tpl | 1 | ||||
-rwxr-xr-x | view/tpl/js_strings.tpl | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/view/tpl/abook_edit.tpl b/view/tpl/abook_edit.tpl index 274d0d5de..b7a02c15e 100755 --- a/view/tpl/abook_edit.tpl +++ b/view/tpl/abook_edit.tpl @@ -34,6 +34,7 @@ <input type="hidden" name="contact_id" value="{{$contact_id}}"> <input id="contact-closeness-mirror" type="hidden" name="closeness" value="{{$close}}" /> +<div class="abook-permschange" style="display: none;"></div> {{if $is_pending}} <div class="abook-pending-contact"> diff --git a/view/tpl/js_strings.tpl b/view/tpl/js_strings.tpl index fe5228ee9..cac5be65b 100755 --- a/view/tpl/js_strings.tpl +++ b/view/tpl/js_strings.tpl @@ -13,6 +13,7 @@ 'everybody' : "{{$everybody}}", 'passphrase' : "{{$passphrase}}", 'passhint' : "{{$passhint}}", + 'permschange' : "{{$permschange}}", 't01' : "{{$t01}}", 't02' : "{{$t02}}", |