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

This commit is contained in:
zero 2007-03-07 12:39:38 +00:00
parent 42bc6d7daa
commit 94561be97f
5 changed files with 60 additions and 26 deletions

View file

@ -4,6 +4,12 @@
<table border="1" width="100%">
<col width="100" />
<col width="*" />
<!--@if($menu_info->parent_menu_name)-->
<tr>
<th>{$lang->parent_menu_name}</th>
<td>{$menu_info->parent_menu_name}</td>
</tr>
<!--@end-->
<tr>
<th rowspan="2">{$lang->menu_name}</th>
<td><input type="text" name="menu_name" value="{$menu_info->name}" /></td>