Added poll end date info message
authorMarcel Werk <burntime@woltlab.com>
Mon, 24 Mar 2014 16:17:29 +0000 (17:17 +0100)
committerMarcel Werk <burntime@woltlab.com>
Mon, 24 Mar 2014 16:17:29 +0000 (17:17 +0100)
com.woltlab.wcf/templates/pollVote.tpl
wcfsetup/install/files/style/poll.less
wcfsetup/install/lang/de.xml
wcfsetup/install/lang/en.xml

index 29211fb7466da6b178baa635e68bf438631c4133..6529a142bfbe77056b2920cb28b4178cd50cd49d 100644 (file)
@@ -9,7 +9,8 @@
        {/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
index 9c79d4f1f6a296a6d9554094b6b1d90d2652e085..2a31d26a55f1409388d07b63a3a17987a6e89cd2 100644 (file)
        }
 }
 
+.pollInnerContainer {
+       > p:first-of-type {
+               margin-top: @wcfGapSmall;
+       }
+}
+
 .pollResultList {
        li {
                margin-bottom: 8px;
index 240062baa1d089d657eeb54921a5e9b452f2c26a..0bfdbe8e20c36bd7ed91fc375317fa4059eb9b38 100644 (file)
@@ -1953,11 +1953,12 @@ Fehler sind beispielsweise:
                <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">
index 05010b6addf48fd628334e87299b0f30175710d8..497928ead6fc23fb258aa3b9600cda30b6d579e6 100644 (file)
@@ -1952,11 +1952,12 @@ Errors are:
                <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">