Remove site grant option

This commit is contained in:
Kijin Sung 2018-12-03 22:35:41 +09:00
parent 4b6737800f
commit e6e5044f1f
6 changed files with 3 additions and 41 deletions

View file

@ -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>