|
@@ -1247,11 +1247,11 @@
|
|
|
'<span class="add-on input-group-addon"><i class="fa fa-calendar"></i></span>' +
|
|
'<span class="add-on input-group-addon"><i class="fa fa-calendar"></i></span>' +
|
|
|
'<input type="text" class="input-large form-control start-date-custom" />' +
|
|
'<input type="text" class="input-large form-control start-date-custom" />' +
|
|
|
'</div>' +
|
|
'</div>' +
|
|
|
- '<a class="custom-popover" href="javascript:void(0)" data-trigger="focus" data-toggle="popover" data-placement="right" rel="popover" data-html="true"' +
|
|
|
|
|
|
|
+ '<span class="pointer custom-popover" data-trigger="click" data-toggle="popover" data-placement="right" rel="popover" data-html="true"' +
|
|
|
' title="' + KO_DATERANGEPICKER_LABELS.CUSTOM_POPOVER_TITLE + '"' +
|
|
' title="' + KO_DATERANGEPICKER_LABELS.CUSTOM_POPOVER_TITLE + '"' +
|
|
|
' data-content="' + KO_DATERANGEPICKER_LABELS.CUSTOM_POPOVER_CONTENT + '">' +
|
|
' data-content="' + KO_DATERANGEPICKER_LABELS.CUSTOM_POPOVER_CONTENT + '">' +
|
|
|
' <i class="fa fa-question-circle"></i>' +
|
|
' <i class="fa fa-question-circle"></i>' +
|
|
|
- ' </a>' +
|
|
|
|
|
|
|
+ ' </span>' +
|
|
|
'</div>' +
|
|
'</div>' +
|
|
|
'<div class="facet-field-cnt custom">' +
|
|
'<div class="facet-field-cnt custom">' +
|
|
|
'<div class="facet-field-label facet-field-label-fixed-width">' + KO_DATERANGEPICKER_LABELS.END + '</div>' +
|
|
'<div class="facet-field-label facet-field-label-fixed-width">' + KO_DATERANGEPICKER_LABELS.END + '</div>' +
|