2010/7/22 Marc Delisle marc@infomarc.info:
Piotr Przybylski a écrit :
2010/7/22 Marc Delisle marc@infomarc.info:
Piotr Przybylski a écrit :
2010/7/22 Marc Delisle marc@infomarc.info:
Piotr Przybylski a écrit :
Hi,
I want to change top menus to hide some rarely used settings [1] and make it fit in one line. Currently I do it by a short JS code which takes a few tabs and places them under the "More" menu, but I'm thinking about outputting final HTML code and making it a pure CSS menu (using a:hover on "More" to show it).
Should I go on with it?
[1] http://img338.imageshack.us/img338/7941/newtabs.png (still requires some more styling)
As Lori is not working on this, please go on. But I'm curious: do you intend to make the list of rarely used menus configurable? Is this only for the server menus?
I am not sure about making it configurable, for now I want to make it shorter by using some sane defaults:
- server: hide Charsets, Engines, Replication, Synchronize
- database: hide Designer and Tracking
- table: I don't see anything that could be safely hidden in a
submenu, and making a list with only Tracking makes no sense
Please test your implementation with a custom theme from http://www.phpmyadmin.net/home_page/themes.php#pma_3_3 (assuming these work for 3.4).
Themes will require an update anyway, I am using custom css to style menus and forms in user preferences. In this case a comparison between 3.3 and my changed code should suffice - I added a few classes and modified selectors, but it shows nicely in a diff.
Is it acceptable for the menu to require JavaScript in IE6 and IE7?