mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
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:
parent
180169f2ae
commit
338d85b1b3
1 changed files with 2 additions and 2 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue