mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
Add option to block robots in integration search module
This commit is contained in:
parent
afdc450b00
commit
49e76b4643
5 changed files with 22 additions and 1 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue