diff options
author | friendica <info@friendica.com> | 2014-11-01 00:36:58 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-11-01 00:36:58 -0700 |
commit | 1eacea403758981670eb589b6626f531612429d1 (patch) | |
tree | a96e96223811ce727233681cd495379ad1af25a5 /view/tpl/photo_view.tpl | |
parent | a659ac8952306b5a78a468051d3c318f50294bcf (diff) | |
parent | 5d151b988605bc5aedbef65b687a43dedbc574e9 (diff) | |
download | volse-hubzilla-1eacea403758981670eb589b6626f531612429d1.tar.gz volse-hubzilla-1eacea403758981670eb589b6626f531612429d1.tar.bz2 volse-hubzilla-1eacea403758981670eb589b6626f531612429d1.zip |
Merge https://github.com/friendica/red into pending_merge
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 c79cd7d56..d1b077f36 100755 --- a/view/tpl/photo_view.tpl +++ b/view/tpl/photo_view.tpl @@ -31,7 +31,7 @@ <div class="clear"></div> </div> - <div id="photo-edit-edit"> + <div id="photo-edit-edit" class="section-content-tools-wrapper"> <form action="photos/{{$edit.nickname}}/{{$edit.resource_id}}" method="post" id="photo_edit_form"> <input type="hidden" name="item_id" value="{{$edit.item_id}}" /> <label id="photo-edit-albumname-label" for="photo-edit-albumname">{{$edit.newalbum}}</label> |