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

This commit is contained in:
zero 2007-03-07 08:03:38 +00:00
parent d1fc3d6234
commit 1ef860de04
2 changed files with 25 additions and 4 deletions

View file

@ -1,5 +1,5 @@
<table border="1" width="100%">
<col width="80" />
<col width="100" />
<col width="*" />
<tr>
<th rowspan="2">{$lang->menu_name}</th>
@ -22,4 +22,20 @@
<tr>
<td>{$lang->about_menu_open_window}</td>
</tr>
<tr>
<th>{$lang->menu_img_btn}</th>
<td>{$lang->about_menu_img_btn}</td>
</tr>
<tr>
<td>{$lang->menu_normal_btn}</td>
<td>http://<input type="text" name="menu_normal_btn" value="{$info->normal_btn}" /></td>
</tr>
<tr>
<td>{$lang->menu_hover_btn}</td>
<td>http://<input type="text" name="menu_hover_btn" value="{$info->hover_btn}" /></td>
</tr>
<tr>
<td>{$lang->menu_active_btn}</td>
<td>http://<input type="text" name="menu_active_btn" value="{$info->active_btn}" /></td>
</tr>
</table>