The board administrator sets an improvement to show all alerts.

This commit is contained in:
BJRambo 2016-04-03 10:38:24 +09:00
parent ab0713de72
commit b21ba76956
7 changed files with 80 additions and 32 deletions

View file

@ -16,6 +16,8 @@
<label for="notify_comment_comment" class="x_inline"><input type="checkbox" name="use[comment_comment]" id="notify_comment_comment" value="1" checked="checked"|cond="isset($config->use[comment_comment])" /> {$lang->ncenterlite_comment_comment}</label>
<label for="notify_vote" class="x_inline"><input type="checkbox" name="use[vote]" id="notify_vote" value="1" checked="checked"|cond="isset($config->use[vote])" /> {$lang->ncenterlite_cmd_vote}</label>
<label for="notify_message" class="x_inline"><input type="checkbox" name="use[message]" id="notify_message" value="1" checked="checked"|cond="isset($config->use[message])" /> {$lang->ncenterlite_type_message}</label>
<label for="notify_admin_content" class="x_inline"><input type="checkbox" name="use[admin_content]" id="notify_admin_content" value="1" checked="checked"|cond="isset($config->use[admin_content])" /> {$lang->ncenterlite_admin_content}</label>
<p>{$lang->about_admin_content}</p>
</div>
</div>
<div class="x_control-group">

View file

@ -22,12 +22,12 @@
</div>
</div>
<div class="x_control-group">
<label class="x_control-label">{$lang->ncenterlite_notify_comment}</label>
<label class="x_control-label">{$lang->ncenterlite_notify_mid_all}</label>
<div class="x_controls">
<p class="x_help-block">{$lang->ncenterlite_about_notify_comment}</p>
<p class="x_help-block">{$lang->ncenterlite_about_mid_all}</p>
<div loop="$mid_list => $mid, $item">
<label>
<input type="checkbox" value="{$item->module_srl}" name="admin_comment_module_srls[]" checked="checked"|cond="is_array($config->admin_comment_module_srls) && in_array($item->module_srl, $config->admin_comment_module_srls)" />
<input type="checkbox" value="{$item->module_srl}" name="admin_notify_module_srls[]" checked="checked"|cond="is_array($config->admin_notify_module_srls) && in_array($item->module_srl, $config->admin_notify_module_srls)" />
<strong>{$item->browser_title}</strong> ({$item->mid} / {strtoupper($item->module)})
</label>
</div>