git-svn-id: http://xe-core.googlecode.com/svn/trunk@175 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-02-23 07:04:31 +00:00
parent 3de7cf9648
commit 68baffc0b7
3 changed files with 8 additions and 10 deletions

View file

@ -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>

View file

@ -1,13 +1,10 @@
<filter name="delete_board" module="board" act="procDeleteBoard">
<form>
<node target="act" required="true" />
<node target="module_srl" required="true" />
</form>
<response callback_func="completeDeleteBoard">
<tag name="error" />
<tag name="message" />
<tag name="sid" />
<tag name="act" />
<tag name="page" />
</response>
</filter>