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:
devjin 2012-10-24 06:06:00 +00:00
parent 06b7e7c4aa
commit da1af6c548

View file

@ -99,7 +99,7 @@
<label class="x_control-label">{$lang->member_group}</label>
<div class="x_controls">
<!--@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>
<!--@end-->
</div>