mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-28 23:03:25 +09:00
Board module UI cleaning.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12234 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
da0146a8ae
commit
376dc12c9c
9 changed files with 49 additions and 45 deletions
|
|
@ -32,7 +32,7 @@
|
|||
<option value="-3">{$lang->grant_to_admin}</option>
|
||||
<option value="">{$lang->grant_to_group}</option>
|
||||
</select>
|
||||
<div id="zone_{$grant_name}" style="display:none">
|
||||
<div id="zone_{$grant_name}" hidden style="margin:8px 0 0 0">
|
||||
<!--@foreach($group_list as $group_srl => $group_item)-->
|
||||
<input type="checkbox" class="checkbox" name="{$grant_name}" value="{$group_item->group_srl}" id="grant_{$grant_name}_{$group_srl}" />
|
||||
<label for="grant_{$grant_name}_{$group_srl}">{$group_item->title}</label>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue