mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-17 10:19:55 +09:00
menu group change to array
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8589 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
edfbd84f99
commit
d803e8b89d
2 changed files with 3 additions and 2 deletions
|
|
@ -86,7 +86,7 @@
|
|||
<th scope="row"><div>{$lang->menu_group_srls}</div></th>
|
||||
<td>
|
||||
<!--@foreach($group_list as $key=>$val)-->
|
||||
<input type="checkbox" name="group_srls" value="{$key}" id="group_{$key}" <!--@if(is_array($item_info->group_srls)&&in_array($key, $item_info->group_srls))-->checked="checked"<!--@end-->/>
|
||||
<input type="checkbox" name="group_srls[]" value="{$key}" id="group_{$key}" <!--@if(is_array($item_info->group_srls)&&in_array($key, $item_info->group_srls))-->checked="checked"<!--@end-->/>
|
||||
<label for="group_{$key}">{$val->title}</label>
|
||||
<!--@end-->
|
||||
<p>{$lang->about_menu_group_srls}</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue