issue 2537 add _allowFreqSubmit.

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11553 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
devjin 2012-09-27 07:29:19 +00:00
parent 180169f2ae
commit 338d85b1b3

View file

@ -16,7 +16,7 @@ xe.lang.confirm_poll_delete = '{$lang->confirm_poll_delete}';
<input type="hidden" name="page" value="{$page}" />
<input type="hidden" name="module" value="poll" />
<div class="x_clearfix" style="margin-bottom:-48px">
<span class="x_pull-right"><input type="submit" class="x_btn x_btn-danger" value="{$lang->cmd_delete_checked_poll}" /></span>
<span class="x_pull-right"><input type="submit" class="x_btn x_btn-danger _allowFreqSubmit" value="{$lang->cmd_delete_checked_poll}" /></span>
</div>
<table class="x_table x_table-striped x_table-hover" id="pollListTable">
<caption>
@ -59,7 +59,7 @@ xe.lang.confirm_poll_delete = '{$lang->confirm_poll_delete}';
</tbody>
</table>
<div class="x_clearfix">
<span class="x_pull-right"><input type="submit" class="x_btn x_btn-danger" value="{$lang->cmd_delete_checked_poll}" /></span>
<span class="x_pull-right"><input type="submit" class="x_btn x_btn-danger _allowFreqSubmit" value="{$lang->cmd_delete_checked_poll}" /></span>
</div>
</form>
<div class="x_modal" id="listManager">