mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-30 15:52:17 +09:00
Issue 2387, Admin UI Refactoring - Advanced - Add-ons
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11698 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
eeaedb431a
commit
bd6c98b33f
2 changed files with 13 additions and 5 deletions
|
|
@ -54,23 +54,25 @@
|
|||
<div class="x_controls">
|
||||
<span class="x_help-block">{$lang->about_component_mid}</span>
|
||||
<!--@foreach($mid_list as $module_category_srl => $modules)-->
|
||||
<!--@if(count($mid_list) > 1)-->
|
||||
<fieldset>
|
||||
<legend>
|
||||
<input type="checkbox" onclick="XE.checkboxToggleAll('mid_list', { wrap:'section_{$module_category_srl}' }); return false;" />
|
||||
<!--@if($modules->title)-->{$modules->title}<!--@else-->{$lang->none_category}<!--@end-->
|
||||
</legend>
|
||||
<!--@end-->
|
||||
<div id="section_{$module_category_srl}">
|
||||
<!--@foreach($modules->list as $key => $val)-->
|
||||
<div class="module_list">
|
||||
<label>
|
||||
<input type="checkbox" value="{$key}" name="mid_list" id="chk_mid_list_{$key}" <!--@if(in_array($key, $component->mid_list))-->checked="checked"<!--@end--> />
|
||||
{$key} ({$val->browser_title})
|
||||
</label>
|
||||
</div>
|
||||
<!--@end-->
|
||||
</div>
|
||||
<!--@if(count($mid_list) > 1)-->
|
||||
</fieldset>
|
||||
<!--@end-->
|
||||
<!--@end-->
|
||||
</div>
|
||||
</div>
|
||||
<div style="margin-top: -12px;" class="x_clearfix">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue