diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-07-12 19:53:56 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-07-12 19:53:56 -0700 |
commit | 9a20216e51555cfe53130329a421ed374df16301 (patch) | |
tree | 629ec72a2fbce92b9b7bf0bb91ea54948b8bca45 /view/jot.tpl | |
parent | baad288430baed9d7967043554cb07fdde322552 (diff) | |
download | volse-hubzilla-9a20216e51555cfe53130329a421ed374df16301.tar.gz volse-hubzilla-9a20216e51555cfe53130329a421ed374df16301.tar.bz2 volse-hubzilla-9a20216e51555cfe53130329a421ed374df16301.zip |
acl cleanup
Diffstat (limited to 'view/jot.tpl')
-rw-r--r-- | view/jot.tpl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/view/jot.tpl b/view/jot.tpl index 55ee5388c..1c92df49e 100644 --- a/view/jot.tpl +++ b/view/jot.tpl @@ -12,8 +12,9 @@ What's on your mind? </div> <div id="profile-jot-submit-wrapper" > <input type="submit" id="profile-jot-submit" name="submit" value="Submit" /> - <div id="profile-jot-perms" class="profile-jot-perms" ><img src="images/$lockstate_icon.gif" alt="Permission Settings" title="Permission Settings" onClick="openClose('profile-jot-acl-wrapper');" /><div id="profile-jot-acl-wrapper" style="display: none;" >$acl</div> - </div> + <div id="profile-jot-perms" class="profile-jot-perms" ><img src="images/$lockstate_icon.gif" alt="Permission Settings" title="Permission Settings" onClick="openClose('profile-jot-acl-wrapper');" /></div> + <div id="profile-jot-perms-end"></div> + <div id="profile-jot-acl-wrapper" style="display: none;" >$acl</div> </div> <div id="profile-jot-end"></div> </form> |