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(-) (limited to 'view') 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(-) (limited to 'view') 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(-) (limited to 'view') 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 From bba34a7a8e5b62017d917808d50165cfd9f3d2e7 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Mon, 4 Apr 2016 10:37:07 +0200 Subject: do not use dropdown class if there is nothing to dropdown --- view/tpl/chatrooms.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view') diff --git a/view/tpl/chatrooms.tpl b/view/tpl/chatrooms.tpl index de8cdce7c..d35148f7c 100644 --- a/view/tpl/chatrooms.tpl +++ b/view/tpl/chatrooms.tpl @@ -21,7 +21,7 @@ {{$room.cr_name}} {{$room.cr_expire}} min - + {{if $room.allow_cid || $room.allow_gid || $room.deny_cid || $room.deny_gid}} -- cgit v1.2.3