mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
Move cancel_declare button to consistent location in comment admin page
This commit is contained in:
parent
fa756b5169
commit
35b5bcc030
1 changed files with 7 additions and 6 deletions
|
|
@ -9,7 +9,7 @@
|
|||
<input type="hidden" name="page" value="{$page}" />
|
||||
<input type="hidden" name="is_trash" value="false" />
|
||||
<input type="hidden" name="xe_validator_id" value="modules/comment/tpl/declared_list/1" />
|
||||
|
||||
|
||||
<!-- 목록 -->
|
||||
<table id="commentListTable" class="x_table x_table-striped x_table-hover">
|
||||
<caption>
|
||||
|
|
@ -26,8 +26,9 @@
|
|||
<a href="{getUrl('', 'module', 'admin', 'act','dispCommentAdminDeclared')}" class="active"|cond="$act == 'dispCommentAdminDeclared'">{$lang->cmd_declared_list}({number_format($total_count)})</a>
|
||||
|
||||
<div class="x_pull-right x_btn-group">
|
||||
<button class="x_btn" type="submit" name="trash" onclick="this.form.is_trash.value=true">{$lang->cmd_trash}</button>
|
||||
<button class="x_btn" type="submit" onclick="this.form.is_trash.value=false">{$lang->cmd_delete_checked_comment}</button>
|
||||
<button class="x_btn" type="submit" name="trash" onclick="this.form.is_trash.value=true">{$lang->trash}</button>
|
||||
<button class="x_btn" type="submit" onclick="this.form.is_trash.value=false">{$lang->delete}</button>
|
||||
<button class="x_btn" type="button" onclick="doCancelDeclare();">{$lang->cmd_cancel_declare}</button>
|
||||
</div>
|
||||
</caption>
|
||||
<thead>
|
||||
|
|
@ -58,11 +59,11 @@
|
|||
</table>
|
||||
<div class="x_clearfix">
|
||||
<div class="x_pull-left x_btn-group">
|
||||
<button class="x_btn" type="button" onclick="doCancelDeclare();">{$lang->cmd_cancel_declare}</button>
|
||||
</div>
|
||||
<div class="x_pull-right x_btn-group">
|
||||
<button class="x_btn" type="submit" name="trash" onclick="this.form.is_trash.value=true">{$lang->cmd_trash}</button>
|
||||
<button class="x_btn" type="submit" onclick="this.form.is_trash.value=false">{$lang->cmd_delete_checked_comment}</button>
|
||||
<button class="x_btn" type="submit" name="trash" onclick="this.form.is_trash.value=true">{$lang->trash}</button>
|
||||
<button class="x_btn" type="submit" onclick="this.form.is_trash.value=false">{$lang->delete}</button>
|
||||
<button class="x_btn" type="button" onclick="doCancelDeclare();">{$lang->cmd_cancel_declare}</button>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue