#468 관련 위젯 group 태그 지원

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4168 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
mmx900 2008-05-03 01:18:54 +00:00
parent 9ed3dd3121
commit e11657427e
3 changed files with 62 additions and 31 deletions

View file

@ -11,8 +11,6 @@
</div>
<div id="popBody">
<table cellspacing="0" class="adminTable">
<col width="100" />
<col />
@ -49,7 +47,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}
@ -92,6 +100,14 @@
</td>
</tr>
<!--@end-->
<!--@if($group)-->
</table>
<table cellspacing="0" class="adminTable">
<col width="150" />
<col width="*" />
<!--@end-->
<tr>
<th>{$lang->widget_code}</th>
<td><textarea readonly="true" id="widget_code" class="inputTypeTextArea w100"></textarea></td>