mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-09 12:02:24 +09:00
Remove site grant option
This commit is contained in:
parent
4b6737800f
commit
e6e5044f1f
6 changed files with 3 additions and 41 deletions
|
|
@ -104,12 +104,9 @@
|
|||
<label class="x_control-label" for="grant_send">{$lang->communication_send_message_grant}</label>
|
||||
<div class="x_controls">
|
||||
<select name="grant_send_default" class="grant_default" id="grant_send">
|
||||
<option value="member" selected="selected"|cond="$config->grant_send['default'] == 'member'">
|
||||
<option value="member" selected="selected"|cond="$config->grant_send['default'] == 'member' || $config->grant_send['default'] == 'site'">
|
||||
{$lang->grant_to_login_user}
|
||||
</option>
|
||||
<option value="site" selected="selected"|cond="$config->grant_send['default'] == 'site'">
|
||||
{$lang->grant_to_site_user}
|
||||
</option>
|
||||
<option value="manager" selected="selected"|cond="$config->grant_send['default'] == 'manager'">
|
||||
{$lang->grant_to_admin}
|
||||
</option>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue