mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 08:12:17 +09:00
Page module UI cleaning.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12301 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
d9126c63cd
commit
04f3ad7bdb
6 changed files with 59 additions and 80 deletions
|
|
@ -32,7 +32,7 @@
|
|||
<input type="text" name="admin_id" />
|
||||
<button class="x_btn" type="button" onclick="doInsertAdmin()">{$lang->cmd_insert}</button>
|
||||
</div>
|
||||
<button type="button" class="x_icon-question-sign" data-toggle="#adminListHelp">{$lang->help}</button>
|
||||
<a href="#adminListHelp" class="x_icon-question-sign">{$lang->help}</a>
|
||||
<span id="adminListHelp" hidden>{$lang->about_admin_id}</span>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -51,7 +51,7 @@
|
|||
<option value="-3" <!--@if($default_grant[$grant_name]=='manager')-->selected="selected"<!--@end-->>{$lang->grant_to_admin}</option>
|
||||
<option value="" <!--@if($default_grant[$grant_name]=='group')-->selected="selected"<!--@end-->>{$lang->grant_to_group}</option>
|
||||
</select>
|
||||
<p class="x_help-inline" cond="$grant_name == 'access'"><button type="button" class="x_icon-question-sign" data-toggle="#{$grant_name}">{$lang->help}</button><span hidden id="{$grant_name}">{$lang->about_grant_deatil}</span></p>
|
||||
<p class="x_help-inline" cond="$grant_name == 'access'"><a href="#{$grant_name}" class="x_icon-question-sign" data-toggle>{$lang->help}</a> <span hidden id="{$grant_name}">{$lang->about_grant_deatil}</span></p>
|
||||
<div id="zone_{$grant_name}" hidden style="margin:8px 0 0 0">
|
||||
<!--@foreach($group_list as $group_srl => $group_item)-->
|
||||
<label for="grant_{$grant_name}_{$group_srl}" class="x_inline"><input type="checkbox" class="checkbox" name="{$grant_name}" value="{$group_item->group_srl}" id="grant_{$grant_name}_{$group_srl}" checked="checked"|cond="is_array($selected_group[$grant_name])&&in_array($group_srl,$selected_group[$grant_name])" /> {$group_item->title}</label>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue