diff options
author | marijus <mario@mariovavti.com> | 2014-04-09 17:10:07 +0200 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-04-09 17:10:07 +0200 |
commit | 74bd772a5bba5cd2c92e708d237128ab2dbdb53c (patch) | |
tree | 7c1749520daa2102c5e97851713e6551cf8b78dd /view/tpl/photo_view.tpl | |
parent | c4233232b7612e3ace2bcc4e27b77fe1fec832ba (diff) | |
download | volse-hubzilla-74bd772a5bba5cd2c92e708d237128ab2dbdb53c.tar.gz volse-hubzilla-74bd772a5bba5cd2c92e708d237128ab2dbdb53c.tar.bz2 volse-hubzilla-74bd772a5bba5cd2c92e708d237128ab2dbdb53c.zip |
replace lock icon with icon-{lock, unlock}
Diffstat (limited to 'view/tpl/photo_view.tpl')
-rwxr-xr-x | view/tpl/photo_view.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/photo_view.tpl b/view/tpl/photo_view.tpl index f5e5bb7b5..067073b23 100755 --- a/view/tpl/photo_view.tpl +++ b/view/tpl/photo_view.tpl @@ -53,7 +53,7 @@ <div id="photo-edit-rotate-end"></div> <div id="settings-default-perms" class="settings-default-perms" > - <span id="jot-perms-icon" class="icon {{$edit.lockstate}}" ></span> + <span id="jot-perms-icon" class="{{$edit.lockstate}}" ></span> <a href="#profile-jot-acl-wrapper" id="settings-default-perms-menu" >{{$edit.permissions}}</a> <div id="settings-default-perms-menu-end"></div> <div id="settings-default-perms-select" style="display: none; margin-bottom: 20px" > |