diff options
author | friendica <info@friendica.com> | 2014-03-11 17:09:02 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-03-11 17:09:02 -0700 |
commit | c903ff7aab3f7d094d0ae0c37f9fe46887cf2363 (patch) | |
tree | afcc6f21c242e1dc2f6ceadfa8a7a6b72a4eae6d /view/tpl/photos_upload.tpl | |
parent | 7733be7b58e9ffe36db7fd36b9a482fe6a842cd8 (diff) | |
download | volse-hubzilla-c903ff7aab3f7d094d0ae0c37f9fe46887cf2363.tar.gz volse-hubzilla-c903ff7aab3f7d094d0ae0c37f9fe46887cf2363.tar.bz2 volse-hubzilla-c903ff7aab3f7d094d0ae0c37f9fe46887cf2363.zip |
get rid of fancybox for photos upload, not just photo edit
Diffstat (limited to 'view/tpl/photos_upload.tpl')
-rwxr-xr-x | view/tpl/photos_upload.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/photos_upload.tpl b/view/tpl/photos_upload.tpl index 102c4d872..3f1906086 100755 --- a/view/tpl/photos_upload.tpl +++ b/view/tpl/photos_upload.tpl @@ -24,7 +24,7 @@ <div id="photos-upload-perms" class="photos-upload-perms" > - <a href="#photos-upload-permissions-wrapper" id="photos-upload-perms-menu" class="button popupbox" /> + <a href="#photos-upload-permissions-wrapper" id="photos-upload-perms-menu" class="button" /> <span id="jot-perms-icon" class="icon {{$lockstate}}" ></span>{{$permissions}} </a> </div> |