From 39a09eb525df95a38c14bf3e6f9b8c74bda68314 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Thu, 16 Jul 2015 22:04:52 +0200 Subject: fix missing div and a regression introduced in ec23a94b6d7f6db1e1d34275b8143cbc947db802 which broke tag removal for photos --- view/tpl/photo_view.tpl | 77 ++++++++++++++++++++----------------------------- 1 file changed, 32 insertions(+), 45 deletions(-) (limited to 'view/tpl') diff --git a/view/tpl/photo_view.tpl b/view/tpl/photo_view.tpl index 63d5ad778..f5ff23700 100755 --- a/view/tpl/photo_view.tpl +++ b/view/tpl/photo_view.tpl @@ -2,7 +2,6 @@
- {{if $tools}} {{/if}} @@ -11,7 +10,6 @@
{{/if}} -
-

{{if $desc}}{{$desc}}{{elseif $filename}}{{$filename}}{{else}}{{$unknown}}{{/if}}

-
-
{{$map}} @@ -88,12 +83,9 @@
-
-
- {{if $tags}}
{{$tag_hdr}} @@ -102,31 +94,29 @@ {{/foreach}}
{{/if}} -
- - {{if $responses.count }} -
-
- {{foreach $responses as $verb=>$response}} - {{if $response.count}} -
- - {{if $response.list_part}} - - {{else}} - - {{/if}} - {{if $response.list_part}} + {{if $responses.count }} +
+
+ {{foreach $responses as $verb=>$response}} + {{if $response.count}} +
+ + {{if $response.list_part}} + + {{else}} + + {{/if}} + {{if $response.list_part}} {{/if}} + {{/foreach}}
- {{/if}} - {{/foreach}} -
- {{/if}} -
- {{if $likebuttons}} -
- - +
+ {{/if}} + {{if $likebuttons}} +
+ + +
+
+ {{/if}} +
-
- {{/if}} -
- {{$comments}} - {{if $commentbox}}
{{$commentbox}}
{{/if}} -
- {{$paginate}} -- cgit v1.2.3