mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 08:12:17 +09:00
#468 관련 애드온 group 태그 지원
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4169 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
e11657427e
commit
09095c5069
2 changed files with 43 additions and 20 deletions
|
|
@ -27,6 +27,16 @@
|
|||
</tr>
|
||||
|
||||
<!--@foreach($addon_info->extra_vars as $id => $var)-->
|
||||
|
||||
<!--@if($var->group && ((!$group) || $group != $var->group))-->
|
||||
{@$group = $var->group}
|
||||
</table>
|
||||
<table cellspacing="0" class="adminTable">
|
||||
<col width="100" />
|
||||
<col width="*" />
|
||||
<caption>{$group}</caption>
|
||||
<!--@end-->
|
||||
|
||||
<tr>
|
||||
<th scope="row">{$var->title}</th>
|
||||
<td>
|
||||
|
|
@ -48,6 +58,13 @@
|
|||
</tr>
|
||||
<!--@end-->
|
||||
|
||||
<!--@if($group)-->
|
||||
</table>
|
||||
<table cellspacing="0" class="adminTable">
|
||||
<col width="100" />
|
||||
<col width="*" />
|
||||
<!--@end-->
|
||||
|
||||
<tr>
|
||||
<th scope="row">
|
||||
{$lang->module}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue