mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-08 19:42:15 +09:00
#468 관련 레이아웃 group 태그 지원
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4164 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
b67dcb1d3f
commit
4f69690609
2 changed files with 45 additions and 21 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue