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

This commit is contained in:
zero 2007-03-30 06:49:20 +00:00
parent 13901b88c8
commit ad822f2fc0
2 changed files with 27 additions and 27 deletions

View file

@ -1,25 +1,25 @@
<!--%import("filter/insert_config.xml")--> <!--%import("filter/insert_config.xml")-->
<form action="./" method="get" onsubmit="return procFilter(this, insert_config)"> <form action="./" method="get" onsubmit="return procFilter(this, insert_config)">
<table border="1"> <table border="1">
<tr> <tr>
<th rowspan="2">{$lang->skin}</th> <th rowspan="2">{$lang->skin}</th>
<td> <td>
<select name="skin"> <select name="skin">
<!--@foreach($skin_list as $val)--> <!--@foreach($skin_list as $val)-->
<option value="{$val}" <!--@if($val==$config->skin)-->selected="true"<!--@end-->>{$val}</option> <option value="{$val}" <!--@if($val==$config->skin)-->selected="true"<!--@end-->>{$val}</option>
<!--@end--> <!--@end-->
</select> </select>
</td> </td>
</tr> </tr>
<tr> <tr>
<td>{$lang->about_skin}</td> <td>{$lang->about_skin}</td>
</tr> </tr>
<tr> <tr>
<td colspan="2"> <td colspan="2">
<input type="button" value="{$lang->cmd_cancel}" onclick="location.href='{getUrl('act','')}'" /> <input type="button" value="{$lang->cmd_cancel}" onclick="location.href='{getUrl('act','')}'" />
<input type="submit" value="{$lang->cmd_registration}" accesskey="s" /> <input type="submit" value="{$lang->cmd_registration}" accesskey="s" />
</td> </td>
</tr> </tr>
</table> </table>
</form> </form>

View file

@ -1,7 +1,7 @@
<filter name="insert_config" module="message" act="procInsertConfig" confirm_msg_code="confirm_submit"> <filter name="insert_config" module="message" act="procMessageAdminInsertConfig" confirm_msg_code="confirm_submit">
<form /> <form />
<response> <response>
<tag name="error" /> <tag name="error" />
<tag name="message" /> <tag name="message" />
</response> </response>
</filter> </filter>