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