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/photos_upload.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/photos_upload.tpl')
-rwxr-xr-x | view/tpl/photos_upload.tpl | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/view/tpl/photos_upload.tpl b/view/tpl/photos_upload.tpl index 3f1906086..1ab80d346 100755 --- a/view/tpl/photos_upload.tpl +++ b/view/tpl/photos_upload.tpl @@ -24,9 +24,8 @@ <div id="photos-upload-perms" class="photos-upload-perms" > - <a href="#photos-upload-permissions-wrapper" id="photos-upload-perms-menu" class="button" /> - <span id="jot-perms-icon" class="icon {{$lockstate}}" ></span>{{$permissions}} - </a> + <span id="jot-perms-icon" class="icon-{{$lockstate}}" ></span> + <a href="#photos-upload-permissions-wrapper" id="photos-upload-perms-menu" class="button" />{{$permissions}}</a> </div> <div id="photos-upload-perms-end"></div> |