mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-03 01:03:28 +09:00
#468 관련 위젯 group 태그 지원
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4168 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
9ed3dd3121
commit
e11657427e
3 changed files with 62 additions and 31 deletions
|
|
@ -18,7 +18,6 @@
|
|||
</div>
|
||||
|
||||
<div id="popBody">
|
||||
|
||||
<table cellspacing="0" class="adminTable">
|
||||
<col width="150" />
|
||||
<col />
|
||||
|
|
@ -60,7 +59,17 @@
|
|||
<p>{$lang->about_widget_cache}</p>
|
||||
</td>
|
||||
</tr>
|
||||
<!--@foreach($widget_info->extra_var as $id => $var)-->
|
||||
<!--@foreach($widget_info->extra_var as $id => $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->name}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue