Display the Installed Languages Manager
.../administrator/index.php?option=com_languages&view=installed
As we have no Filter Options, the button should not display at all.
The Clear Button should still be present.
The button is present and clicking on it displays an empty <div

| Labels |
Added:
?
|
||
Looks like bar.php is missing a parameter
diff --git a/layouts/joomla/searchtools/default/bar.php b/layouts/joomla/searchtools/default/bar.php
index e1bb351..29c8e0f 100644
--- a/layouts/joomla/searchtools/default/bar.php
+++ b/layouts/joomla/searchtools/default/bar.php
@@ -55,13 +55,16 @@
</div>
<div class="btn-group">
- <button type="button" class="btn btn-primary hasTooltip js-stools-btn-filter">
- <?php echo Text::_('JFILTER_OPTIONS'); ?>
- <span class="fa fa-angle-down" aria-hidden="true"></span>
- </button>
+ <div class="btn-group">
+ <?php if ($filterButton) : ?>
+ <button type="button" class="btn btn-primary hasTooltip js-stools-btn-filter">
+ <?php echo Text::_('JFILTER_OPTIONS'); ?>
+ <span class="fa fa-angle-down" aria-hidden="true"></span>
+ </button>
+ <?php endif; ?>
<button type="button" class="btn btn-primary js-stools-btn-clear mr-2">
<?php echo Text::_('JSEARCH_FILTER_CLEAR'); ?>
</button>
</div>
-
+
<?php endif; ?>
<?php endif;
Looks fine, I guess.
| Status | New | ⇒ | Closed |
| Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-10-09 11:12:45 |
| Closed_By | ⇒ | infograf768 |
Duplicate #26199.