From 1231b5faf4f4e1cd65b8ba6c7e5079977165f5ea Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Fri, 29 May 2020 15:54:07 +0200 Subject: [PATCH] Show note in pollVote.tpl if poll is public Resolves #3258 --- com.woltlab.wcf/templates/pollVote.tpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/com.woltlab.wcf/templates/pollVote.tpl b/com.woltlab.wcf/templates/pollVote.tpl index 804431ceba..f2701a307c 100644 --- a/com.woltlab.wcf/templates/pollVote.tpl +++ b/com.woltlab.wcf/templates/pollVote.tpl @@ -12,6 +12,7 @@ {if $poll->canVote()} {if $poll->maxVotes > 1}

{lang}wcf.poll.multipleVotes{/lang}

{/if} {if $poll->endTime}

{lang}wcf.poll.endTimeInfo{/lang}

{/if} + {if $poll->isPublic}

{lang}wcf.poll.isPublic{/lang}

{/if} {else}

{lang}wcf.poll.restrictedResult{/lang}

-{/if} \ No newline at end of file +{/if} -- 2.20.1