mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 15:49:57 +09:00
issue 2532 fixed group list.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11864 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
06b7e7c4aa
commit
da1af6c548
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@
|
||||||
<label class="x_control-label">{$lang->member_group}</label>
|
<label class="x_control-label">{$lang->member_group}</label>
|
||||||
<div class="x_controls">
|
<div class="x_controls">
|
||||||
<!--@foreach($group_list as $key=>$val)-->
|
<!--@foreach($group_list as $key=>$val)-->
|
||||||
<label for="group_{$key}" class="x_inline"><input type="checkbox" name="group_srl_divst[]" value="{$key}" id="group_{$key}" <!--@if($member_info->group_list[$key])-->checked="checked"<!--@end--> />
|
<label for="group_{$key}" class="x_inline"><input type="checkbox" name="group_srl_list[]" value="{$key}" id="group_{$key}" <!--@if($member_info->group_list[$key])-->checked="checked"<!--@end--> />
|
||||||
{$val->title}</label>
|
{$val->title}</label>
|
||||||
<!--@end-->
|
<!--@end-->
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue