mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-29 15:22:15 +09:00
#445 위젯 코드 생성시 mid_list가 아닌 mid라는 지시어로 단일 mid를 선택하게 하고 archive_list, tag_list의 mid_list를 mid로 변경
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4253 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
971e8f78ba
commit
dc941805d4
9 changed files with 59 additions and 16 deletions
|
|
@ -95,6 +95,24 @@
|
|||
</div>
|
||||
<!--@end-->
|
||||
<!--@end-->
|
||||
|
||||
<!--@elseif($var->type == "mid")-->
|
||||
|
||||
<select name="{$id}">
|
||||
<!--@foreach($mid_list as $module_category_srl => $modules)-->
|
||||
<!--@if($modules->title)-->
|
||||
<option disabled="disabled">{$modules->title}</option>
|
||||
<!--@else-->
|
||||
<option disabled="disabled">{$lang->none_category}</option>
|
||||
<!--@end-->
|
||||
|
||||
<!--@foreach($modules->list as $key => $val)-->
|
||||
<option value="{$key}"> {$key} ({$val->browser_title})</option>
|
||||
<!--@end-->
|
||||
<!--@end-->
|
||||
</select>
|
||||
|
||||
|
||||
<!--@end-->
|
||||
<p class="clear">{nl2br($var->description)}</p>
|
||||
</td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue