diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-09-17 03:43:03 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-09-17 03:43:03 -0700 |
commit | 4eb1c1eb1a9d830151aa6437fefb4e7a590064e8 (patch) | |
tree | dd4afea97334f63ba1c3801a5dc7da7289f64b5a /view/jot.tpl | |
parent | a50947a4bc3f779df8fa4e6777bc025fcefc8d21 (diff) | |
download | volse-hubzilla-4eb1c1eb1a9d830151aa6437fefb4e7a590064e8.tar.gz volse-hubzilla-4eb1c1eb1a9d830151aa6437fefb4e7a590064e8.tar.bz2 volse-hubzilla-4eb1c1eb1a9d830151aa6437fefb4e7a590064e8.zip |
our implementation of "aspects" functionally complete
Diffstat (limited to 'view/jot.tpl')
-rw-r--r-- | view/jot.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/jot.tpl b/view/jot.tpl index ec11f2861..e10c9a8eb 100644 --- a/view/jot.tpl +++ b/view/jot.tpl @@ -31,7 +31,7 @@ <div id="profile-rotator-wrapper" style="display: $visitor;" > <img id="profile-rotator" src="images/rotator.gif" alt="Please wait" title="Please wait" style="display: none;" /> </div> - <div id="profile-jot-perms" class="profile-jot-perms" style="display: $visitor;" ><img src="images/$lockstate_icon.gif" alt="Permission Settings" title="Permission Settings" onClick="openClose('profile-jot-acl-wrapper');" /></div> + <div id="profile-jot-perms" class="profile-jot-perms" style="display: $visitor;" ><img src="images/$lockstate_icon.gif" alt="Permission Settings" title="Permission Settings" onClick="openClose('profile-jot-acl-wrapper');" />$bang</div> <div id="profile-jot-perms-end"></div> <div id="profile-jot-acl-wrapper" style="display: none;" >$acl</div> </div> |