89c8f4e775
Tweak the poll input phrase. Increase the padding on .pollinput for Nox.
5 lines
289 B
HTML
5 lines
289 B
HTML
<div class='pollinput' data-pollinput='{{.Index}}'>
|
|
<input type='checkbox' disabled />
|
|
<label class='pollinputlabel'></label>
|
|
<input form='quick_post_form' name='pollinputitem[{{.Index}}]' class='pollinputinput' type='text' placeholder='{{lang "topic.reply_add_poll_option"}}' />
|
|
</div> |