diff options
author | marijus <mario@mariovavti.com> | 2014-10-20 23:01:58 +0200 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-10-20 23:01:58 +0200 |
commit | d02162ee83416ca651133724bd4a01fdc60c20d0 (patch) | |
tree | b5f54e35d0d9b4e8ccf66155bda2452d8bf9a347 /view/tpl | |
parent | c080c420ba4e9f216708b63fdddb5c03bbea72c9 (diff) | |
download | volse-hubzilla-d02162ee83416ca651133724bd4a01fdc60c20d0.tar.gz volse-hubzilla-d02162ee83416ca651133724bd4a01fdc60c20d0.tar.bz2 volse-hubzilla-d02162ee83416ca651133724bd4a01fdc60c20d0.zip |
minor correction and typo
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/photo_view.tpl | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/view/tpl/photo_view.tpl b/view/tpl/photo_view.tpl index 88f9577b4..ddbce5b0b 100755 --- a/view/tpl/photo_view.tpl +++ b/view/tpl/photo_view.tpl @@ -67,7 +67,7 @@ {{$edit.aclselect}} <div id="settings-default-perms-menu-end"></div> </div> -< <br/> + <br/> <div id="settings-default-perms-end"></div> <input id="photo-edit-submit-button" type="submit" name="submit" value="{{$edit.submit}}"> <input id="photo-edit-delete-button" type="submit" name="delete" value="{{$edit.delete}}" onclick="return confirmDelete();"> @@ -82,17 +82,16 @@ <div id="photo-photo-end"></div> <div class="photo-item-tools"> + {{if $tags}} <div class="photo-item-tools-left pull-left"> - {{if $tags}} <div id="in-this-photo"> <span id="in-this-photo-text">{{$tag_hdr}}</span> {{foreach $tags as $t}} {{$t.0}}{{if $edit}}<span id="tag-remove"> <a href="{{$t.1}}"><i class="icon-remove"></i></a> </span>{{/if}} {{/foreach}} </div> - {{/if}} - </div> + {{/if}} {{if $likebuttons}} <div class="photo-item-tools-right btn-group pull-right"> |