Browse Source

[search] Added spinedit for limit

Enrico Berti 11 năm trước cách đây
mục cha
commit
66fe2b1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      apps/search/src/search/templates/search.mako

+ 1 - 1
apps/search/src/search/templates/search.mako

@@ -321,7 +321,7 @@ ${ commonheader(_('Search'), "search", user, "80px") | n,unicode }
       <!-- /ko -->
     <!-- /ko -->
     <!-- ko if: type() == 'field' -->
-      ${ _('Limit') }: <input type="text" class="input-medium" data-bind="value: properties.limit" />
+      ${ _('Limit') }: <input type="text" class="input-medium" data-bind="spinedit: properties.limit" />
     <!-- /ko -->
 
     <a href="javascript: void(0)" class="btn btn-loading" data-bind="visible: properties.canRange, click: $root.collection.toggleRangeFacet" data-loading-text="...">