{/foreach}
</dl>
{if $poll->canVote()}
- {if $poll->maxVotes > 1}<small>{lang}wcf.poll.multipleVotes{/lang}</small>{/if}
+ {if $poll->maxVotes > 1}<p><small>{lang}wcf.poll.multipleVotes{/lang}</small></p>{/if}
+ {if $poll->endTime}<p><small>{lang}wcf.poll.endTimeInfo{/lang}</small></p>{/if}
{else}
- <p class="info">{lang}wcf.poll.restrictedResult{/lang}</p>
+ <p><small>{lang}wcf.poll.restrictedResult{/lang}</small></p>
{/if}
\ No newline at end of file
}
}
+.pollInnerContainer {
+ > p:first-of-type {
+ margin-top: @wcfGapSmall;
+ }
+}
+
.pollResultList {
li {
margin-bottom: 8px;
<item name="wcf.poll.options"><![CDATA[Antworten]]></item>
<item name="wcf.poll.options.description"><![CDATA[Sie können die Antworten mittels Drücken und Festhalten in ihrer Reihenfolge ändern. Sie können {@POLL_MAX_OPTIONS} Antwortmöglichkeiten vorgeben.]]></item>
<item name="wcf.poll.question"><![CDATA[Frage]]></item>
- <item name="wcf.poll.restrictedResult"><![CDATA[Das Ergebnis nur für Teilnehmer sichtbar]]></item>
+ <item name="wcf.poll.restrictedResult"><![CDATA[Das Ergebnis ist nur für Teilnehmer sichtbar.]]></item>
<item name="wcf.poll.resultsRequireVote"><![CDATA[Ergebnis erst nach Abgabe der Stimme sichtbar]]></item>
<item name="wcf.poll.resultsRequireVote.description"><![CDATA[Das Ergebnis ist erst mit dem Ablauf der Umfrage oder der Abgabe einer Stimme sichtbar.]]></item>
<item name="wcf.poll.sortByVotes"><![CDATA[Ergebnis nach Stimmen sortieren]]></item>
<item name="wcf.poll.totalVotes"><![CDATA[Insgesamt {#$poll->votes} Stimme{if $poll->votes != 1}n{/if}]]></item>
+ <item name="wcf.poll.endTimeInfo"><![CDATA[Umfrage endet am {@$poll->endTime|plainTime}]]></item>
</category>
<category name="wcf.recaptcha">
<item name="wcf.poll.options"><![CDATA[Options]]></item>
<item name="wcf.poll.options.description"><![CDATA[You can sort the options with drag and drop to change their order. You can create up to {@POLL_MAX_OPTIONS} options.]]></item>
<item name="wcf.poll.question"><![CDATA[Question]]></item>
- <item name="wcf.poll.restrictedResult"><![CDATA[Result is only visible for participants]]></item>
+ <item name="wcf.poll.restrictedResult"><![CDATA[Result is only visible for participants.]]></item>
<item name="wcf.poll.resultsRequireVote"><![CDATA[Restrict results for participants only]]></item>
<item name="wcf.poll.resultsRequireVote.description"><![CDATA[Results are invisible unless the poll ended or the user voted.]]></item>
<item name="wcf.poll.sortByVotes"><![CDATA[Sort result by votes]]></item>
<item name="wcf.poll.totalVotes"><![CDATA[A total of {#$poll->votes} vote{if $poll->votes != 1}s{/if}]]></item>
+ <item name="wcf.poll.endTimeInfo"><![CDATA[TODO: Umfrage endet am {@$poll->endTime|plainTime}]]></item>
</category>
<category name="wcf.recaptcha">