diff options
author | RedMatrix <info@friendica.com> | 2014-04-10 13:54:34 +1000 |
---|---|---|
committer | RedMatrix <info@friendica.com> | 2014-04-10 13:54:34 +1000 |
commit | 5d5ff22b1dc551863342d2c7c7f44607bbd44777 (patch) | |
tree | 236e1999b23db046106b8b54f9cea4b43d1b120d /view/tpl/photo_view.tpl | |
parent | 46ed2570b80d7468dc6e875ccb02f533f9cbd139 (diff) | |
parent | b88a7fc23a185a6ecfbc451bddc7da33ea2c4d4c (diff) | |
download | volse-hubzilla-5d5ff22b1dc551863342d2c7c7f44607bbd44777.tar.gz volse-hubzilla-5d5ff22b1dc551863342d2c7c7f44607bbd44777.tar.bz2 volse-hubzilla-5d5ff22b1dc551863342d2c7c7f44607bbd44777.zip |
Merge pull request #399 from git-marijus/master
change the way jot tools are displayed/hidden
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" > |