Problem: Now user needs to reset all the filter one by one, which very time consuming
Expected: Add RESET FILTERS button to reset all the filters in just one click
Labels |
Removed:
?
|
Labels |
Added:
?
|
Labels |
Added:
?
|
That need to be a static filter (changeable by users but always with a value). You can check how it's done in the menu manager which uses an override of the searchtools layout to display the static filter before the search box.
@aasimali
Here is my Pull Request FOR MODULES only. Please help testing!
#6682
I don't have time for Plugins Manager. Maybe you should better close this issue and open a new one, just for Plugin Manager(?)
@Bakual @phproberto Thank you for your hints!
@phproberto Maybe this is a chance to test your PR #6677 ?
@aasimali
Please open new issues, one for each of your further requests.
I used the "instruments" that come from Joomla Core. Styling is the same like in other list views.
But it should be discussed separately if this is wanted globally in CoreCode in the future.
Should also be discussed separately if this is wanted globally in CoreCode.
On the other hand you can easily implement custom CSS by creating e.g.
/administrator/templates/isis/css/custom.css
and change styling of HTML elements like you need it.
I would be happy if you would confirm my PR at page #6682 as "tested successfully" if no other issues concerning functionality occured. Thank you.
I confirmed that, your PR ( #6682) working as expected.
One thing, I would like to share with you is, I am not a technical guy, I can not override anything and whatever suggestion/Bug I give/report to Joomla, They are purely at Global level
However, I will open a new issues for the above reported issues Once I get time.
Thank you.
Closing as the PR has been merged
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-04-23 00:17:53 |
Closed_By | ⇒ | brianteeman | |
Labels |
Removed:
?
|
Status | Closed | ⇒ | New |
Closed_Date | 2015-04-23 00:17:53 | ⇒ | |
Closed_By | brianteeman | ⇒ |
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-05-15 20:40:41 |
Closed_By | ⇒ | zero-24 |
The "Site/Administrator" select is a bit a special case because you have one of it active all the time. YOu don't have a "select location" entry. I think you could as well do it as a submenu (it used to be, or not?).
It certainly doesn't play nice together with SearchTools. Or is there a way to ignore that for the "popup" of the Search Tools? @phproberto