Skip to content

Commit

Permalink
Removed an old option as it isn't used anywhere anymore.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkeiluweit authored and Sieg committed Aug 28, 2018
1 parent fc7cf67 commit bbfbc9b
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions source/Application/views/admin/tpl/shop_config.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -100,18 +100,7 @@ function editThis(sID)
<div class="groupExp">
<div>
<a href="#" onclick="_groupExp(this);return false;" class="rc"><b>[{oxmultilang ident="SHOP_OPTIONS_GROUP_SEARCH"}]</b></a>
<dl>
<dt>
<input type=hidden name=confbools[blAutoSearchOnCat] value=false>
<input type=checkbox name=confbools[blAutoSearchOnCat] value=true [{if ($confbools.blAutoSearchOnCat)}]checked[{/if}] [{$readonly}]>
[{oxinputhelp ident="HELP_SHOP_CONFIG_AUTOSEARCHONCAT"}]
</dt>
<dd>
[{oxmultilang ident="SHOP_CONFIG_AUTOSEARCHONCAT"}]
</dd>
<div class="spacer"></div>
</dl>


<dl>
<dt>
<textarea class="txtfield" name=confarrs[aSearchCols] [{$readonly}]>[{$confarrs.aSearchCols}]</textarea>
Expand Down

0 comments on commit bbfbc9b

Please sign in to comment.