mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-26 05:42:13 +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
|
|
@ -19,7 +19,7 @@
|
|||
<option value="-3">{$lang->grant_to_admin}</option>
|
||||
<option value="">{$lang->grant_to_group}</option>
|
||||
</select>
|
||||
<div id="zone_{$grant_name}" data-display="none" style="margin-top:8px">
|
||||
<div id="zone_{$grant_name}" hidden style="margin-top:8px">
|
||||
<label loop="$group_list => $group_srl, $group_item" for="grant_{$grant_name}_{$group_srl}">
|
||||
<input type="checkbox" name="{$grant_name}[]" value="{$group_item->group_srl}" id="grant_{$grant_name}_{$group_srl}" />
|
||||
{$group_item->title}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue