From 69617b5c34bf8846eceb2519719aa95099b3e973 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Mon, 4 Apr 2016 10:09:13 +0200 Subject: fullscreen mode for photo albums view --- view/tpl/photo_album.tpl | 2 ++ view/tpl/photos_recent.tpl | 11 ++++++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/view/tpl/photo_album.tpl b/view/tpl/photo_album.tpl index 95169164a..075b3faa3 100755 --- a/view/tpl/photo_album.tpl +++ b/view/tpl/photo_album.tpl @@ -1,6 +1,8 @@
+ + {{if $order}} {{/if}} diff --git a/view/tpl/photos_recent.tpl b/view/tpl/photos_recent.tpl index f3131117c..63c07f986 100755 --- a/view/tpl/photos_recent.tpl +++ b/view/tpl/photos_recent.tpl @@ -1,8 +1,13 @@
- {{if $can_post}} - - {{/if}} +
+ + + + {{if $can_post}} + + {{/if}} +

{{$title}}

-- cgit v1.2.3 From 4a9aad2a33d46545370e2e8a5ae5bef20f7deb3c Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Mon, 4 Apr 2016 10:09:46 +0200 Subject: whitespace --- view/tpl/photos_recent.tpl | 1 - 1 file changed, 1 deletion(-) diff --git a/view/tpl/photos_recent.tpl b/view/tpl/photos_recent.tpl index 63c07f986..3e296658f 100755 --- a/view/tpl/photos_recent.tpl +++ b/view/tpl/photos_recent.tpl @@ -3,7 +3,6 @@
- {{if $can_post}} {{/if}} -- cgit v1.2.3 From 9b9f29a0b2182cd17596c7f1ca4f65204e077b3d Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Mon, 4 Apr 2016 10:10:19 +0200 Subject: whitespace --- view/tpl/photo_album.tpl | 2 -- 1 file changed, 2 deletions(-) diff --git a/view/tpl/photo_album.tpl b/view/tpl/photo_album.tpl index 075b3faa3..3007c0bcc 100755 --- a/view/tpl/photo_album.tpl +++ b/view/tpl/photo_album.tpl @@ -15,9 +15,7 @@ {{/if}}
-

{{$album}}

-
{{$upload_form}} -- cgit v1.2.3