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

This commit is contained in:
zero 2007-04-16 12:07:11 +00:00
parent eb3142a434
commit 8ed249412a
5 changed files with 49 additions and 6 deletions

View file

@ -63,6 +63,19 @@
<td>{$var->description}</td>
</tr>
<!--@end-->
<!--@foreach($layout_info->menu as $menu_id => $menu_info)-->
<tr>
<th>{$menu_info->name} ({$menu_id})</th>
<td>
<select name="{$menu_id}">
<option value="0">------------------------</option>
<!--@foreach($menu_list as $key => $val)-->
<option value="{$val->menu_srl}" <!--@if($val->menu_srl == $menu_info->menu_srl)-->selected="true"<!--@end-->>{$val->title}</option>
<!--@end-->
</select>
</td>
</tr>
<!--@end-->
<tr>
<td colspan="2" align="center">
<!--@if($module=='admin')-->