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

This commit is contained in:
zero 2007-03-07 07:56:21 +00:00
parent 7238803e85
commit d1fc3d6234
6 changed files with 89 additions and 19 deletions

View file

@ -1,10 +1,25 @@
<table border="1" width="400">
<table border="1" width="100%">
<col width="80" />
<col width="*" />
<tr>
<th>{$lang->menu_name}</th>
<td>name</td>
<th rowspan="2">{$lang->menu_name}</th>
<td><input type="text" name="menu_name" value="{$info->name}" /></td>
</tr>
<tr>
<th>{$lang->menu_mid}</th>
<td>name</td>
<td>{$lang->about_menu_name}</td>
</tr>
<tr>
<th rowspan="2">{$lang->menu_url}</th>
<td><input type="text" name="menu_url" value="{$info->url}" /></td>
</tr>
<tr>
<td>{$lang->about_menu_url}</td>
</tr>
<tr>
<th rowspan="2">{$lang->menu_open_window}</th>
<td><input type="checkbox" name="menu_open_window" <!--@if($info->open_window=="Y")-->checked="true"<!--@end--> /></td>
</tr>
<tr>
<td>{$lang->about_menu_open_window}</td>
</tr>
</table>