| ... | in poll.naml |
|
492 493 494 495 496 497 498 499 500
|
<macro name="explain_poll_max_choices">
<n.if.not.equal value1="[n.poll_max_choices/]" value2="1">
<then>
<div class="weak-color" style="font-size:80%">
<t>You can select up to <t.number.poll_max_choices/> options.</t>
</div>
</then>
</n.if.not.equal>
</macro>
|
| Free forum by Nabble | Edit this page |