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

This commit is contained in:
zero 2007-02-23 04:18:55 +00:00
parent 4240a96dda
commit 4a5075bc07
14 changed files with 36 additions and 45 deletions

View file

@ -1,9 +1,7 @@
<!--#include("./header.html")-->
<!--%import("filter/filter.insert_grant.xml")-->
<!--%import("filter/insert_grant.xml")-->
<form action="./admin.php" method="post" onsubmit="return procFormFilter(this, insert_grant, procInsertGrant)">
<input type="hidden" name="sid" value="{$sid}" />
<input type="hidden" name="act" value="procInsertGrant" />
<form action="./" method="post" onsubmit="return procFilter(this, insert_grant)">
<input type="hidden" name="page" value="{$page}" />
<input type="hidden" name="module_srl" value="{$module_srl}" />
@ -29,8 +27,8 @@
<!--@end-->
</div>
<div>
<input type="button" value="{$lang->cmd_select_all}" onclick="procSelectAll(this, '{$val}')"/>
<input type="button" value="{$lang->cmd_unselect_all}" onclick="procUnSelectAll(this, '{$val}')"/>
<input type="button" value="{$lang->cmd_select_all}" onclick="doSelectAll(this, '{$val}')"/>
<input type="button" value="{$lang->cmd_unselect_all}" onclick="doUnSelectAll(this, '{$val}')"/>
</div>
</td>
</tr>