#468 관련 레이아웃 group 태그 지원

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4164 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
mmx900 2008-05-02 06:26:00 +00:00
parent b67dcb1d3f
commit 4f69690609
2 changed files with 45 additions and 21 deletions

View file

@ -52,6 +52,16 @@
</td>
</tr>
<!--@foreach($selected_layout->extra_var as $name => $var)-->
<!--@if($var->group && ((!$group) || $group != $var->group))-->
{@$group = $var->group}
</table>
<table cellspacing="0" class="adminTable">
<col width="150" />
<col width="*" />
<caption>{$group}</caption>
<!--@end-->
<tr>
<th scope="row">{$var->title}</th>
@ -85,6 +95,14 @@
</td>
</tr>
<!--@end-->
<!--@if($var->group)-->
</table>
<table cellspacing="0" class="adminTable">
<col width="150" />
<col width="*" />
<!--@end-->
<!--@foreach($selected_layout->menu as $menu_name => $menu_info)-->
<tr>
<th scope="row">{$menu_info->title}<br />({$menu_name})</th>