mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 16:22:41 +09:00
Remove site grant option
This commit is contained in:
parent
4b6737800f
commit
e6e5044f1f
6 changed files with 3 additions and 41 deletions
|
|
@ -20,11 +20,9 @@
|
|||
<select name="{$grant_name}_default" class="grant_default">
|
||||
<option value="0" cond="$grant_item->default == 'guest'">{$lang->grant_to_all}</option>
|
||||
<option value="-1" cond="$grant_item->default != 'manager'">{$lang->grant_to_login_user}</option>
|
||||
<option value="-2" cond="$grant_item->default != 'manager'" selected="selected"|cond="$default_grant[$grant_name]=='site'">{$lang->grant_to_site_user}</option>
|
||||
<option value="-3">{$lang->grant_to_admin}</option>
|
||||
<option value="">{$lang->grant_to_group}</option>
|
||||
</select>
|
||||
<p class="x_help-block" id="aboutGrantDetail" cond="$grant_name=='access'">{$lang->about_grant_deatil}</p>
|
||||
<div id="zone_{$grant_name}" hidden style="margin:8px 0 0 0">
|
||||
<label loop="$group_list => $group_srl, $group_item" for="grant_{$grant_name}_{$group_srl}">
|
||||
<input type="checkbox" class="checkbox" name="{$grant_name}" value="{$group_item->group_srl}" id="grant_{$grant_name}_{$group_srl}" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue