mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-21 12:19:56 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@175 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
3de7cf9648
commit
68baffc0b7
3 changed files with 8 additions and 10 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<!--%import("delete_board.xml")-->
|
||||
<!--%import("filter/delete_board.xml")-->
|
||||
<!--%import("js/admin.js")-->
|
||||
|
||||
<form action="./" method="get" onsubmit="return procFilter(this, delete_board)">
|
||||
|
|
@ -23,7 +23,7 @@
|
|||
<tr>
|
||||
<td colspan="2">
|
||||
<input type="submit" value="{$lang->cmd_delete}" />
|
||||
<input type="button" value="{$lang->cmd_back}" onclick="location.href='{@getUrl('act','')}'" />
|
||||
<input type="button" value="{$lang->cmd_back}" onclick="location.href='{getUrl('act','dispAdminContent')}'" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue