From 075fc6727762d4e45ddcae5843eec0100ad3ab72 Mon Sep 17 00:00:00 2001 From: Jeroen Date: Sun, 27 Jul 2014 21:44:34 +0000 Subject: Improved photo view page. Added a delete button, stylized other button and rearangend divs a but. I even made a javascript function (copied is the right word). I changed the application (non-posts) font size (temporary) to 14px, same as button (btn) font size. I like to change all font sizes to 1.0rem (posts) and 0.8rem (application) in the near future, but I will test that first on my hub. --- view/tpl/photo_view.tpl | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'view/tpl/photo_view.tpl') diff --git a/view/tpl/photo_view.tpl b/view/tpl/photo_view.tpl index 0c16eb362..25bb58d74 100755 --- a/view/tpl/photo_view.tpl +++ b/view/tpl/photo_view.tpl @@ -9,8 +9,8 @@ {{if $prevlink}}{{/if}} +
-{{if $nextlink}}{{/if}}
{{$desc}}
{{if $tags}} @@ -22,7 +22,7 @@ {{/if}} {{if $edit}} - + {{/if}} + + + + + {{if $likebuttons}}
{{$likebuttons}} @@ -87,5 +92,9 @@ {{$comments}} +
+ +{{if $nextlink}}{{/if}} + {{$paginate}} -- cgit v1.2.3