From 02fdf0578639234500dbdbe0b0bd6b18fd93e071 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marjolaine=20V=C3=A9?= Date: Sun, 18 Feb 2018 12:50:07 +0100 Subject: [PATCH] Change place of arrows on poll results --- tpl/part/scroll_left_right.tpl | 11 +++++++++++ tpl/part/vote_table_classic.tpl | 4 ++++ tpl/part/vote_table_date.tpl | 3 +++ tpl/studs.tpl | 12 ------------ 4 files changed, 18 insertions(+), 12 deletions(-) create mode 100644 tpl/part/scroll_left_right.tpl diff --git a/tpl/part/scroll_left_right.tpl b/tpl/part/scroll_left_right.tpl new file mode 100644 index 0000000..5ffd1ea --- /dev/null +++ b/tpl/part/scroll_left_right.tpl @@ -0,0 +1,11 @@ +{* Scroll left and right *} + \ No newline at end of file diff --git a/tpl/part/vote_table_classic.tpl b/tpl/part/vote_table_classic.tpl index 5f4a155..62d94e2 100644 --- a/tpl/part/vote_table_classic.tpl +++ b/tpl/part/vote_table_classic.tpl @@ -9,6 +9,10 @@ {/if} + +{include 'part/scroll_left_right.tpl'} + +
diff --git a/tpl/part/vote_table_date.tpl b/tpl/part/vote_table_date.tpl index 4366895..0c2a64b 100644 --- a/tpl/part/vote_table_date.tpl +++ b/tpl/part/vote_table_date.tpl @@ -10,6 +10,9 @@ +{include 'part/scroll_left_right.tpl'} + +
diff --git a/tpl/studs.tpl b/tpl/studs.tpl index 5534868..e07106e 100644 --- a/tpl/studs.tpl +++ b/tpl/studs.tpl @@ -39,18 +39,6 @@ {/if} {/if} - {* Scroll left and right *} - - {if !$accessGranted && $resultPubliclyVisible} {include 'part/password_request.tpl' active=$poll->active} {/if}