From e593bcf3d7ff2636b9e0ea578cbd7b795e135a38 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sun, 5 Sep 2004 15:45:50 +0000 Subject: - re-enable polls (user is now able to decide if users are able to change votes if this feature is enabled within the given forum) git-svn-id: file:///svn/phpbb/trunk@4981 89ea8834-ac86-4346-8a33-228a782c2dd0 --- .../subSilver/template/posting_poll_body.html | 11 ++++++++--- .../styles/subSilver/template/posting_preview.html | 22 +++++++++++++++++----- .../subSilver/template/ucp_pm_viewmessage.html | 2 +- .../styles/subSilver/template/viewtopic_body.html | 8 +++++++- 4 files changed, 33 insertions(+), 10 deletions(-) (limited to 'phpBB/styles') diff --git a/phpBB/styles/subSilver/template/posting_poll_body.html b/phpBB/styles/subSilver/template/posting_poll_body.html index d3073557d5..146d2780b3 100644 --- a/phpBB/styles/subSilver/template/posting_poll_body.html +++ b/phpBB/styles/subSilver/template/posting_poll_body.html @@ -7,21 +7,26 @@ {L_ADD_POLL_EXPLAIN} - {L_POLL_QUESTION} + {L_POLL_QUESTION}: - {L_POLL_OPTIONS}
{L_POLL_OPTIONS_EXPLAIN} + {L_POLL_OPTIONS}:
{L_POLL_OPTIONS_EXPLAIN} - {L_POLL_MAX_OPTIONS}
{L_POLL_MAX_OPTIONS_EXPLAIN} + {L_POLL_MAX_OPTIONS}:
{L_POLL_MAX_OPTIONS_EXPLAIN} {L_POLL_FOR}  {L_DAYS} {L_POLL_FOR_EXPLAIN} + + + {L_POLL_VOTE_CHANGE}:
{L_POLL_VOTE_CHANGE_EXPLAIN} + + {L_POLL_DELETE} diff --git a/phpBB/styles/subSilver/template/posting_preview.html b/phpBB/styles/subSilver/template/posting_preview.html index d8270dbd25..813ba21875 100644 --- a/phpBB/styles/subSilver/template/posting_preview.html +++ b/phpBB/styles/subSilver/template/posting_preview.html @@ -12,19 +12,31 @@
- + - -
{POLL_QUESTION}{POLL_QUESTION}
{L_POLL_LENGTH}
+ +
+ - + -
  + + + + + + {poll_option.POLL_OPTION_CAPTION}
+
+ + {L_MAX_VOTES} + + + diff --git a/phpBB/styles/subSilver/template/ucp_pm_viewmessage.html b/phpBB/styles/subSilver/template/ucp_pm_viewmessage.html index ba82081e04..5b22975b9b 100644 --- a/phpBB/styles/subSilver/template/ucp_pm_viewmessage.html +++ b/phpBB/styles/subSilver/template/ucp_pm_viewmessage.html @@ -143,7 +143,7 @@ - +
{REPORT_IMG} {IP_IMG} {DELETE_IMG} {REPORT_IMG} {INFO_IMG} {DELETE_IMG}
diff --git a/phpBB/styles/subSilver/template/viewtopic_body.html b/phpBB/styles/subSilver/template/viewtopic_body.html index 993e887d46..9c383feae7 100644 --- a/phpBB/styles/subSilver/template/viewtopic_body.html +++ b/phpBB/styles/subSilver/template/viewtopic_body.html @@ -69,7 +69,13 @@ - checked="checked"/> checked="checked" />  + + + checked="checked" /> + + checked="checked" /> + + {poll_option.POLL_OPTION_CAPTION} -- cgit v1.2.1