The Gitlab instance will be restarted on Monday April 28th at 2AM. There will be a short interruption of service.

Skip to content
Snippets Groups Projects
Commit b21620f7 authored by Chris Hallberg's avatar Chris Hallberg
Browse files

Bootlint library included. Bootlint fix to searchbox.

parent 0af08654
No related merge requests found
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -86,10 +86,12 @@
?>
<? if ((isset($hasDefaultsApplied) && $hasDefaultsApplied) || !empty($filterDetails)): ?>
<? $defaultFilterState = $options->getRetainFilterSetting() ? ' checked="checked"' : ''; ?>
<label class="checkbox">
<input onChange="$('.applied-filter').click()" type="checkbox"<?=$defaultFilterState?> id="searchFormKeepFilters"/>
<?=$this->transEsc("basic_search_keep_filters")?>
</label>
<div class="checkbox">
<label>
<input onChange="$('.applied-filter').click()" type="checkbox"<?=$defaultFilterState?> id="searchFormKeepFilters"/>
<?=$this->transEsc("basic_search_keep_filters")?>
</label>
</div>
<div class="hidden">
<? foreach ($filterDetails as $current): ?>
<input class="applied-filter" id="<?=$this->escapeHtmlAttr($current['id'])?>" type="checkbox"<?=$defaultFilterState?> name="filter[]" value="<?=$this->escapeHtmlAttr($current['value'])?>" />
......
......@@ -14,6 +14,7 @@ return array(
'vendor/jquery.min.js',
'vendor/bootstrap.min.js',
'vendor/bootstrap-accessibility.min.js',
'vendor/bootlint.min.js',
'vendor/typeahead.js',
'vendor/rc4.js',
'common.js',
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment