From 55a3d887930bb2b53b067d2807f7d5106f228bec Mon Sep 17 00:00:00 2001 From: Wolfsblvt Date: Mon, 27 Apr 2015 02:27:29 +0200 Subject: [PATCH] [ticket/13787] Remove duplicate entry of poll_delete in prosilver template When options are shown and poll delete is allowed, the option to delete polls is shown twice. This is fixed here by moving the if poll delete check out of the outer if, wich makes it also more consistent with the new event. PHPBB3-13787 --- .../prosilver/template/posting_poll_body.html | 21 +++++++------------ 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/phpBB/styles/prosilver/template/posting_poll_body.html b/phpBB/styles/prosilver/template/posting_poll_body.html index c3eea0d21d..dcaec14a93 100644 --- a/phpBB/styles/prosilver/template/posting_poll_body.html +++ b/phpBB/styles/prosilver/template/posting_poll_body.html @@ -6,13 +6,14 @@
+ +
+
+
+
+ + - -
-
-
-
-
@@ -44,14 +45,8 @@
- - -
-
-
-
- +