jemproject / JEM-Project

JEM - an Event Manager for Joomla
https://www.joomlaeventmanager.net
GNU General Public License v3.0
25 stars 36 forks source link

LimitBox in JEM backend tables should be on the top #1768

Open jojo12 opened 2 weeks ago

jojo12 commented 2 weeks ago

I made a separate item for this (separated from dark/light mode #1758)

the table footers in listings (with the dropdown menu to choose the number of displayed lines) are not the same as the footers in Joomla standard listing like in Articles etc. I suggest to adapt the Joomla way (and to move the choice of number of displayed lines to the top) and also to makre the filter line on the top more beautiful.

JEM Events: jem

Joomla articles: article

jojo12 commented 2 weeks ago

I tried a bit: <?php echo $this->pagination->getLimitBox();?> should be inside of: <fieldset id="filter-bar" class=" mb-3">

<tfooter> can be deleted and after </table>: <?php echo $this->pagination->getListFooter(); ?> EDITED: better

jojo12 commented 13 hours ago

I think, the filter part should be the same in all these backend views: attendees, categories, events, groups, venues. So why not add <fieldset id="filter-bar" class=" mb-3"> to attendees!