mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 11:11: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
|
|
@ -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