Browse Source

[search] Remove duplicated autocomplete code

Enrico Berti 10 years ago
parent
commit
7ff98fad39
1 changed files with 0 additions and 8 deletions
  1. 0 8
      apps/search/src/search/templates/search.mako

+ 0 - 8
apps/search/src/search/templates/search.mako

@@ -1736,14 +1736,6 @@ ${ dashboard.layout_skeleton() }
               </div>
               </div>
             </div>
             </div>
           </fieldset>
           </fieldset>
-            <div class="control-group">
-              <label class="control-label" for="settingsdescription">${ _('Autocomplete') }</label>
-              <div class="controls">
-                <input type="checkbox" data-bind="checked: $root.collection.suggest.enabled" style="margin-bottom: 0" />
-                <input type="text" class="input-xlarge" data-bind="value: $root.collection.suggest.dictionary" style="margin-bottom: 0" placeholder="${ _('Dictionary name or blank for default') }" />
-              </div>
-            </div>
-          </fieldset>
         </form>
         </form>
       </div>
       </div>
     </div>
     </div>