mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-30 19:24:13 +02:00
[ticket/11803] Revert POLL_MAX_OPTIONS min value to 0
When it was made the min number of options allowed to a user was 1 but 0 can also be used as it means unlimited. PHPBB3-11803
This commit is contained in:
parent
3cc0a4149f
commit
cc93f189a0
@ -26,7 +26,7 @@
|
||||
|
||||
<dl>
|
||||
<dt><label for="poll_max_options">{L_POLL_MAX_OPTIONS}{L_COLON}</label></dt>
|
||||
<dd><input type="number" min="1" max="999" name="poll_max_options" id="poll_max_options" size="3" maxlength="3" value="{POLL_MAX_OPTIONS}" class="inputbox autowidth" /></dd>
|
||||
<dd><input type="number" min="0" max="999" name="poll_max_options" id="poll_max_options" size="3" maxlength="3" value="{POLL_MAX_OPTIONS}" class="inputbox autowidth" /></dd>
|
||||
<dd>{L_POLL_MAX_OPTIONS_EXPLAIN}</dd>
|
||||
</dl>
|
||||
<dl>
|
||||
|
Loading…
x
Reference in New Issue
Block a user