ExtSearch/src/Application/views/admin/blocks/d3_extsearch_content_main.tpl

11 lines
514 B
Smarty
Raw Normal View History

2020-03-13 10:46:54 +01:00
[{$smarty.block.parent}]
<tr id="d3issearchable">
<td class="edittext">
<label for="d3issearchable">[{oxmultilang ident="D3_EXTSEARCH_CONTENT_SEARCHABLE"}]</label>
</td>
<td class="edittext">
<input type="hidden" name="editval[oxcontents__d3issearchable]" value="0">
<input type="checkbox" name="editval[oxcontents__d3issearchable]" id="d3issearchable" value="1" class="edittext" [{if $edit->oxcontents__d3issearchable->value == 1}]CHECKED[{/if}] [{$readonly}]>
</td>
2017-12-20 11:42:18 +01:00
</tr>