diff options
author | friendica <info@friendica.com> | 2014-04-09 21:13:40 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-04-09 21:13:40 -0700 |
commit | 8d8d73924224f1f3862bffa4822b7d62600afd62 (patch) | |
tree | eb83b0491fe69a2d712e8b3e898448ec363529a2 /view/tpl/photos_upload.tpl | |
parent | 795d74171358abe23cc4be01dac0e48d04ee46b4 (diff) | |
parent | 5d5ff22b1dc551863342d2c7c7f44607bbd44777 (diff) | |
download | volse-hubzilla-8d8d73924224f1f3862bffa4822b7d62600afd62.tar.gz volse-hubzilla-8d8d73924224f1f3862bffa4822b7d62600afd62.tar.bz2 volse-hubzilla-8d8d73924224f1f3862bffa4822b7d62600afd62.zip |
Merge https://github.com/friendica/red into pending_merge
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> |