瀏覽代碼

[search] Removed spinedit that broke everything.

Enrico Berti 11 年之前
父節點
當前提交
f3d65ef0ad
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      apps/search/src/search/templates/search2.mako

+ 4 - 4
apps/search/src/search/templates/search2.mako

@@ -306,14 +306,14 @@ ${ commonheader(_('Search'), "search", user, "80px") | n,unicode }
 <script type="text/html" id="facet-toggle">
     <!-- ko if: type() == 'range' -->
       ${ _('Start') }:
-      <input type="text" data-bind="spinedit: properties.start" />
+      <input type="text" class="input-small" data-bind="value: properties.start" />
       <br/>
-      ${ _('End') }: <input type="text" data-bind="spinedit: properties.end" />
+      ${ _('End') }: <input type="text" class="input-small" data-bind="value: properties.end" />
       <br/>
-      ${ _('Gap') }: <input type="text" data-bind="spinedit: properties.gap" />
+      ${ _('Gap') }: <input type="text" class="input-small" data-bind="value: properties.gap" />
     <!-- /ko -->
     <!-- ko if: type() == 'field' -->
-      ${ _('Limit') }: <input type="text" data-bind="spinedit: properties.limit" />
+      ${ _('Limit') }: <input type="text" class="input-small" data-bind="value: properties.limit" />
     <!-- /ko -->
 
     <a href="javascript: void(0)" class="btn btn-loading" data-bind="visible: properties.canRange, click: $root.collection.toggleRangeFacet" data-loading-text="...">