There are times when we require a form field; for instance on the Operations tab of a database when trying to rename the database, that don't use a consistent means of notifying the user that they left it blank.
I like the notification used on the main Databases page when no name is provided or from a database Structure page when creating a new table with no name. This highlights the field with a red highlight and gives a polite popup saying "Please fill out this field".
I'm collecting here the places in code where we do not use this style.
I am working on it. Thanks
Partially solved by this Feature Request #1511 pull request: https://github.com/phpmyadmin/phpmyadmin/pull/1010.
Here is the pull request : https://github.com/phpmyadmin/phpmyadmin/pull/1016
Add user dialog improved with https://github.com/phpmyadmin/phpmyadmin/pull/1016.