From: Tim Düsterhus Date: Fri, 29 May 2020 13:54:07 +0000 (+0200) Subject: Show note in pollVote.tpl if poll is public X-Git-Tag: 5.3.0_Alpha_1~240^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=1231b5faf4f4e1cd65b8ba6c7e5079977165f5ea;p=GitHub%2FWoltLab%2FWCF.git Show note in pollVote.tpl if poll is public Resolves #3258 --- 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}