diff options
author | Devlon Duthie <duthied@gmail.com> | 2011-09-25 18:05:57 -0500 |
---|---|---|
committer | Devlon Duthie <duthied@gmail.com> | 2011-09-25 18:05:57 -0500 |
commit | 25dbedd9718c87f61cf79a049dc725fb93e66ad7 (patch) | |
tree | 4143b14443a24d606010bd640e3682e01477be24 /view/theme/testbubble/jot.tpl | |
parent | 7dbf11209267bab3b1ee7910fee0a6c67a49a001 (diff) | |
download | volse-hubzilla-25dbedd9718c87f61cf79a049dc725fb93e66ad7.tar.gz volse-hubzilla-25dbedd9718c87f61cf79a049dc725fb93e66ad7.tar.bz2 volse-hubzilla-25dbedd9718c87f61cf79a049dc725fb93e66ad7.zip |
fixed jot perms button to be less lame
Diffstat (limited to 'view/theme/testbubble/jot.tpl')
-rw-r--r-- | view/theme/testbubble/jot.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/testbubble/jot.tpl b/view/theme/testbubble/jot.tpl index 0e930208a..d60e8adc2 100644 --- a/view/theme/testbubble/jot.tpl +++ b/view/theme/testbubble/jot.tpl @@ -52,7 +52,7 @@ <div id="profile-jot-submit-wrapper" style="display:none;padding-left: 400px;"> <input type="submit" id="profile-jot-submit" name="submit" value="$share" /> <div id="profile-jot-perms" class="profile-jot-perms" style="display: $visitor;" > - <a href="#profile-jot-acl-wrapper" id="jot-perms-icon" class="icon $lockstate" title="$permset"></a>$bang</div> + <a href="#profile-jot-acl-wrapper" id="jot-perms-icon" class="icon $lockstate sharePerms" title="$permset"></a>$bang</div> </div> <div id="profile-jot-plugin-wrapper" style="display: none;"> |