Skip to content

Commit

Permalink
Merge branch 'release-10.1' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
demiankatz committed Nov 5, 2024
2 parents 74fbd66 + b900949 commit 906455d
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 11 deletions.
2 changes: 1 addition & 1 deletion themes/bootstrap3/templates/Recommend/SideFacets.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<?php if ($this->multiFacetsSelection && $this->layout()->sideFacetsInstanceCounter === 1): ?>
<?= $this->render('Recommend/SideFacets/multiFacetsSelection.phtml'); ?>
<?php endif; ?>
<span class="sr-only"><?=$this->transEscAttr('page_reload_on_select_hint') ?></span>
<span class="sr-only"><?=$this->transEsc('page_reload_on_select_hint') ?></span>
<?php endif; ?>
<?php if ($hasVisibleCheckboxes): ?>
<div class="checkboxFilter">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
<?php if ($this->multiFacetsSelection && $this->layout()->sideFacetsInstanceCounter === 1): ?>
<?= $this->render('Recommend/SideFacets/multiFacetsSelection.phtml'); ?>
<?php endif; ?>
<span class="sr-only"><?=$this->transEsc('page_reload_on_select_hint') ?></span>
<?php
// We need to pass the current URL query to the Javascript; we use substr() to
// strip off the leading ? character. The "suppress query" option is used for
Expand Down
6 changes: 3 additions & 3 deletions themes/bootstrap3/templates/search/filters.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -127,21 +127,21 @@
?>
<?php // Normal view ?>
<div class="active-filters hidden-xs">
<span class="sr-only"><?=$this->transEscAttr('page_reload_on_deselect_hint') ?></span>
<span class="sr-only"><?=$this->transEsc('page_reload_on_deselect_hint') ?></span>
<?php if ($resetLink && $options->shouldDisplayResetFilters()): ?>
<a class="reset-filters-btn" href="<?=$resetLink?>"><?=$this->transEsc('reset_filters_button')?></a>
<?php elseif ($advancedSearch): ?>
<p class="adv_search_filters"><?=$this->transEsc('adv_search_filters')?>:</p>
<?php endif; ?>
<div class="filters">
<span class="sr-only"><?=$this->transEscAttr('applied_filters') ?></span>
<span class="sr-only"><?=$this->transEsc('applied_filters') ?></span>
<?=$filters ?>
</div>
<div class="clearfix"></div>
</div>
<?php // Narrow view ?>
<div class="active-filters visible-xs">
<span class="sr-only"><?=$this->transEscAttr('page_reload_on_deselect_hint') ?></span>
<span class="sr-only"><?=$this->transEsc('page_reload_on_deselect_hint') ?></span>
<div class="filters-toggle-bar">
<?php if ($resetLink && $options->shouldDisplayResetFilters()): ?>
<a class="reset-filters-btn" href="<?=$resetLink?>"><?=$this->transEsc('reset_filters_button')?></a>
Expand Down
2 changes: 1 addition & 1 deletion themes/bootstrap5/css/compiled.css

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions themes/bootstrap5/scss/bs3-compat.scss
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,9 @@ h6, .h6 {
.navbar-right {
justify-content: right;
}
.navbar-left {
justify-content: left;
}

.media-body, .media-left, .media-right {
display: table-cell;
Expand Down
2 changes: 1 addition & 1 deletion themes/bootstrap5/templates/Recommend/SideFacets.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<?php if ($this->multiFacetsSelection && $this->layout()->sideFacetsInstanceCounter === 1): ?>
<?= $this->render('Recommend/SideFacets/multiFacetsSelection.phtml'); ?>
<?php endif; ?>
<span class="sr-only"><?=$this->transEscAttr('page_reload_on_select_hint') ?></span>
<span class="sr-only"><?=$this->transEsc('page_reload_on_select_hint') ?></span>
<?php endif; ?>
<?php if ($hasVisibleCheckboxes): ?>
<div class="checkboxFilter">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
<?php if ($this->multiFacetsSelection && $this->layout()->sideFacetsInstanceCounter === 1): ?>
<?= $this->render('Recommend/SideFacets/multiFacetsSelection.phtml'); ?>
<?php endif; ?>
<span class="sr-only"><?=$this->transEsc('page_reload_on_select_hint') ?></span>
<?php
// We need to pass the current URL query to the Javascript; we use substr() to
// strip off the leading ? character. The "suppress query" option is used for
Expand Down
6 changes: 3 additions & 3 deletions themes/bootstrap5/templates/search/filters.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -127,21 +127,21 @@
?>
<?php // Normal view ?>
<div class="active-filters hidden-xs">
<span class="sr-only"><?=$this->transEscAttr('page_reload_on_deselect_hint') ?></span>
<span class="sr-only"><?=$this->transEsc('page_reload_on_deselect_hint') ?></span>
<?php if ($resetLink && $options->shouldDisplayResetFilters()): ?>
<a class="reset-filters-btn" href="<?=$resetLink?>"><?=$this->transEsc('reset_filters_button')?></a>
<?php elseif ($advancedSearch): ?>
<p class="adv_search_filters"><?=$this->transEsc('adv_search_filters')?>:</p>
<?php endif; ?>
<div class="filters">
<span class="sr-only"><?=$this->transEscAttr('applied_filters') ?></span>
<span class="sr-only"><?=$this->transEsc('applied_filters') ?></span>
<?=$filters ?>
</div>
<div class="clearfix"></div>
</div>
<?php // Narrow view ?>
<div class="active-filters visible-xs">
<span class="sr-only"><?=$this->transEscAttr('page_reload_on_deselect_hint') ?></span>
<span class="sr-only"><?=$this->transEsc('page_reload_on_deselect_hint') ?></span>
<div class="filters-toggle-bar">
<?php if ($resetLink && $options->shouldDisplayResetFilters()): ?>
<a class="reset-filters-btn" href="<?=$resetLink?>"><?=$this->transEsc('reset_filters_button')?></a>
Expand Down
2 changes: 1 addition & 1 deletion themes/local_theme_example/css/compiled.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion themes/sandal5/css/compiled.css

Large diffs are not rendered by default.

0 comments on commit 906455d

Please sign in to comment.