#16 에디터 컴포넌트에 그룹별 사용 권한을 적용할 수 있도록 코드 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3475 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-01-07 03:40:36 +00:00
parent 1740ebb83c
commit 566a3ff8b5
5 changed files with 68 additions and 12 deletions

View file

@ -34,6 +34,16 @@
</td>
</tr>
<!--@end-->
<tr>
<th scope="row">{$lang->grant}</th>
<td>
<!--@foreach($group_list as $key => $val)-->
<div class="fl"><input type="checkbox" name="target_group" value="{$key}" <!--@if(in_array($key, $component->target_group))-->checked="checked"<!--@end--> id="group_{$key}"> <label for="group_{$key}">{$val->title}</label> &nbsp;</div>
<!--@end-->
</td>
</tr>
</table>
</div>