Add option to block robots in integration search module

This commit is contained in:
Kijin Sung 2022-12-20 03:08:38 +09:00
parent afdc450b00
commit 49e76b4643
5 changed files with 22 additions and 1 deletions

View file

@ -33,6 +33,15 @@
</select>
</div>
</div>
<div class="x_control-group">
<label for="block_robots" class="x_control-label">{$lang->integration_search_block_robots}</label>
<div class="x_controls">
<select name="block_robots" id="block_robots">
<option value="Y" selected="selected"|cond="!isset($config->block_robots) || $config->block_robots">{$lang->cmd_yes}</option>
<option value="N" selected="selected"|cond="isset($config->block_robots) && !$config->block_robots">{$lang->cmd_no}</option>
</select>
</div>
</div>
<div class="x_control-group">
<label class="x_control-label">{$lang->target}</label>
<div class="x_controls">