On com_menus and com_modules, the dropdown to switch client is in different positions:
com_menus: next to search inputcom_modules: floated to the leftThe markup seems to be a little different
| Labels |
Added:
?
|
||
| Status | New | ⇒ | Closed |
| Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-08-20 10:39:58 |
| Closed_By | ⇒ | wilsonge |
b2de61d
solves the styling issue properly. :)
In fact I had found out where the issue came from.
I could solve it easily when we have only one selectorFieldName as used in modules and templates.
I.e. I could solve it for Menus Manager by simplifying the override and using
<?php echo JLayoutHelper::render('joomla.searchtools.default', array('view' => $this, 'options' => array('filterButton' => false,'showSelector' => true, 'selectorFieldName' => 'client_id'))); ?>
in the default view.
Screenshot taken before @wilsonge commit

But for menu items we have 2 filters: menutype and client_id and I don't see how we can have multiple selectorFieldName in searchtools selector.
If someone has an idea for the future, that would be nice.
com_menus has a layout override for the search tools, which can probably be removed.