diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2011-07-20 10:00:33 +0200 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2011-07-20 10:00:33 +0200 |
commit | 1c9ed08620578bebc8af16e003a2ecef2b8a1f37 (patch) | |
tree | ecd397799ba87820392329d2271b3ab268276a1b /view/jot.tpl | |
parent | 0a3ae96093a1fd81414b4fceaf65d4e98efda26c (diff) | |
download | volse-hubzilla-1c9ed08620578bebc8af16e003a2ecef2b8a1f37.tar.gz volse-hubzilla-1c9ed08620578bebc8af16e003a2ecef2b8a1f37.tar.bz2 volse-hubzilla-1c9ed08620578bebc8af16e003a2ecef2b8a1f37.zip |
show acl selector in a popup with fancybox
Diffstat (limited to 'view/jot.tpl')
-rw-r--r-- | view/jot.tpl | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/view/jot.tpl b/view/jot.tpl index 15fc460e1..43c20b90e 100644 --- a/view/jot.tpl +++ b/view/jot.tpl @@ -57,19 +57,20 @@ <img id="profile-rotator" src="images/rotator.gif" alt="$wait" title="$wait" style="display: none;" /> </div> <div id="profile-jot-perms" class="profile-jot-perms" style="display: $pvisit;" > - <a id="jot-perms-icon" class="icon $lockstate" title="$permset" onClick="openClose('profile-jot-acl-wrapper'); openClose('profile-jot-email-wrapper'); openClose('profile-jot-networks');return false;"></a>$bang + <a href="#profile-jot-acl-wrapper" id="jot-perms-icon" class="icon $lockstate" title="$permset" ></a>$bang </div> <div id="profile-jot-perms-end"></div> - <div id="profile-jot-email-wrapper" style="display: none;" > - <div id="profile-jot-email-label">$emailcc</div><input type="text" name="emailcc" id="profile-jot-email" title="$emtitle" /> - <div id="profile-jot-email-end"></div> - </div> - <div id="profile-jot-networks" style="display: none;" > - $jotnets + <div style="display: none;"> + <div id="profile-jot-acl-wrapper" style="width:auto;height:auto;overflow:auto;"> + $acl + <hr style="clear:both"/> + <div id="profile-jot-email-label">$emailcc</div><input type="text" name="emailcc" id="profile-jot-email" title="$emtitle" /> + <div id="profile-jot-email-end"></div> + $jotnets + </div> </div> - <div id="profile-jot-networks-end"></div> - <div id="profile-jot-acl-wrapper" style="display: none;" >$acl</div> + </div> <div id="profile-jot-end"></div> |