Skip to content
Snippets Groups Projects
Commit 994272e4 authored by Robert Lange's avatar Robert Lange
Browse files

Merge branch 'instance/fid' into instance/fid_adlr

parents 0e0461f7 d760903c
No related merge requests found
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
// Import parent theme variables to have them all available here // Import parent theme variables to have them all available here
// @import '../../bootstrap3/scss/vendor/bootstrap/variables'; // @import '../../bootstrap3/scss/vendor/bootstrap/variables';
@import '../../bootstrap3/scss/vendor/font-awesome/variables'; @import '../../bootstrap3/scss/vendor/font-awesome/variables';
@import 'components/functions';
@import 'customFonts'; @import 'customFonts';
......
...@@ -8,7 +8,8 @@ ...@@ -8,7 +8,8 @@
// ***************************************************************** // *****************************************************************
// re-define header for records in list of result, #19396 // re-define header for records in list of result, #19396
header { .record header,
.result header {
background-color: transparent; background-color: transparent;
width: auto; width: auto;
} }
......
...@@ -6,7 +6,6 @@ ...@@ -6,7 +6,6 @@
// ***************************************************************** // *****************************************************************
// Make sure imports are grouped correctly so variables can be loaded! // Make sure imports are grouped correctly so variables can be loaded!
@import 'components/functions';
@import 'customVariables'; @import 'customVariables';
// Import Bootstrap here // Import Bootstrap here
......
...@@ -29,8 +29,7 @@ ...@@ -29,8 +29,7 @@
$hiddenFilterParams = $this->searchTabs()->getCurrentHiddenFilterParams($this->searchClassId, $ignoreHiddenFilterMemory, '?'); $hiddenFilterParams = $this->searchTabs()->getCurrentHiddenFilterParams($this->searchClassId, $ignoreHiddenFilterMemory, '?');
/* finc: Don't load active filters here but above search results /* finc: Don't load active filters here but above search results
* uncommend following block and upcoming linked filter templates for displaying filter in header */ * reuse following php block and uncommend upcoming linked filter templates for displaying filter in header */
/*
if (!isset($this->filterList) || !isset($this->checkboxFilters)) { if (!isset($this->filterList) || !isset($this->checkboxFilters)) {
$params = $this->searchMemory()->getLastSearchParams($this->searchClassId); $params = $this->searchMemory()->getLastSearchParams($this->searchClassId);
$filterList = $params->getFilterList(true); $filterList = $params->getFilterList(true);
...@@ -41,7 +40,6 @@ ...@@ -41,7 +40,6 @@
} }
$filterDetails = $this->searchbox()->getFilterDetails($filterList, $checkboxFilters); $filterDetails = $this->searchbox()->getFilterDetails($filterList, $checkboxFilters);
$showFilters = $filterDetails && (isset($results) || $options->getRetainFilterSetting()); $showFilters = $filterDetails && (isset($results) || $options->getRetainFilterSetting());
*/
?> ?>
<?php $tabConfig = $this->searchTabs()->getTabConfig($this->searchClassId, $this->lookfor, $this->searchIndex, $this->searchType, $hiddenFilters); ?> <?php $tabConfig = $this->searchTabs()->getTabConfig($this->searchClassId, $this->lookfor, $this->searchIndex, $this->searchType, $hiddenFilters); ?>
<?php if ($this->searchType == 'advanced'): ?> <?php if ($this->searchType == 'advanced'): ?>
......
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