Phpmyadmin: Suggestion: Put most significant location information first in the <title> tag

Created on 19 Aug 2016  路  2Comments  路  Source: phpmyadmin/phpmyadmin

Steps to reproduce

  1. Open multiple tables into tabs.

    Actual behaviour

All tab names (i.e. the <title> tags) have only "example.org / localhost..." visible, so you can't tell them apart.

Expected behaviour

It would be great if the ordering of the values in the title tag could be changed so that the "most significant" part is listed first. Something like "user < db_name < host < domain | phpMyAdmin" (or whatever symbol would make more sense than <).

Server configuration

phpMyAdmin version: 4.6.2

question

Most helpful comment

This is already configurable, see https://docs.phpmyadmin.net/en/latest/config.html#page-titles.

All 2 comments

This is already configurable, see https://docs.phpmyadmin.net/en/latest/config.html#page-titles.

@nijel True. In that case however I strongly suggest changing the defaults to the inversed order. Perhaps for 4.9?

Was this page helpful?
0 / 5 - 0 ratings