|
@@ -2155,16 +2155,16 @@ ${ dashboard.layout_skeleton(suffix='search') }
|
|
|
<input type="text" class="input-medium" data-bind="spinedit: $parent.mincount"/>
|
|
<input type="text" class="input-medium" data-bind="spinedit: $parent.mincount"/>
|
|
|
</span>
|
|
</span>
|
|
|
</div>
|
|
</div>
|
|
|
- <!-- ko if: $parentContext.$data.type() == 'field' && $parents[1].widgetType() != 'timeline-widget' && $parents[1].widgetType() != 'gradient-map-widget' && $parents[1].widgetType() != 'leafletmap-widget' && $parents[1].widgetType() != 'tree2-widget' -->
|
|
|
|
|
- <div class="facet-field-cnt" data-bind="visible: $parent == $parentContext.$parentContext.$data.properties.facets()[0] && $root.collection.engine() == 'solr'"> <!-- visible on first element only -->
|
|
|
|
|
- <span class="spinedit-cnt">
|
|
|
|
|
- <span class="facet-field-label facet-field-label-fixed-width">
|
|
|
|
|
- ${ _('Other') }
|
|
|
|
|
- </span>
|
|
|
|
|
- <input type="checkbox" data-bind="checked: $parent.missing"/>
|
|
|
|
|
- </span>
|
|
|
|
|
- </div>
|
|
|
|
|
- <!-- /ko -->
|
|
|
|
|
|
|
+## <!-- ko if: $parentContext.$data.type() == 'field' && $parents[1].widgetType() != 'timeline-widget' && $parents[1].widgetType() != 'gradient-map-widget' && $parents[1].widgetType() != 'leafletmap-widget' && $parents[1].widgetType() != 'tree2-widget' -->
|
|
|
|
|
+## <div class="facet-field-cnt" data-bind="visible: $parent == $parentContext.$parentContext.$data.properties.facets()[0] && $root.collection.engine() == 'solr'"> <!-- visible on first element only -->
|
|
|
|
|
+## <span class="spinedit-cnt">
|
|
|
|
|
+## <span class="facet-field-label facet-field-label-fixed-width">
|
|
|
|
|
+## ${ _('Other') }
|
|
|
|
|
+## </span>
|
|
|
|
|
+## <input type="checkbox" data-bind="checked: $parent.missing"/>
|
|
|
|
|
+## </span>
|
|
|
|
|
+## </div>
|
|
|
|
|
+## <!-- /ko -->
|
|
|
<!-- /ko -->
|
|
<!-- /ko -->
|
|
|
<!-- /ko -->
|
|
<!-- /ko -->
|
|
|
|
|
|