Zeile 15 | Zeile 15 |
---|
<td class="trow1" style="white-space: nowrap"><input type="checkbox" class="checkbox" name="delete" value="1" tabindex="9" /><strong>{$lang->delete_q}</strong></td> <td class="trow1" width="100%">{$lang->delete_note}<br /><span class="smalltext">{$lang->delete_note2}</span></td> <td class="trow1" style="white-space: nowrap"><input type="submit" class="button" name="submit" value="{$lang->delete_poll}" tabindex="10" /></td>
|
<td class="trow1" style="white-space: nowrap"><input type="checkbox" class="checkbox" name="delete" value="1" tabindex="9" /><strong>{$lang->delete_q}</strong></td> <td class="trow1" width="100%">{$lang->delete_note}<br /><span class="smalltext">{$lang->delete_note2}</span></td> <td class="trow1" style="white-space: nowrap"><input type="submit" class="button" name="submit" value="{$lang->delete_poll}" tabindex="10" /></td>
|
| </tr>
|
</table> <input type="hidden" name="action" value="do_deletepoll" /> <input type="hidden" name="tid" value="{$tid}" />
| </table> <input type="hidden" name="action" value="do_deletepoll" /> <input type="hidden" name="tid" value="{$tid}" />
|
Zeile 53 | Zeile 54 |
---|
if($("input[name='postoptions[multiple]']").is(":checked")) { $("#maxOptions").css("display", ""); }
|
if($("input[name='postoptions[multiple]']").is(":checked")) { $("#maxOptions").css("display", ""); }
|
$("input[name='postoptions[multiple]']").click(function() {
| $("input[name='postoptions[multiple]']").on('click', function() {
|
if($(this).is(":checked")) { $("#maxOptions").css("display", ""); } else {
| if($(this).is(":checked")) { $("#maxOptions").css("display", ""); } else {
|