rfe #2938579 [interface] Add class to some elements for easier theming.
This commit is contained in:
@@ -37,6 +37,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
|
||||
+ [interface] It is now possible to bookmark most pages in JS capable browser.
|
||||
- bug #2936482 [core] Fix SSL detection.
|
||||
+ rfe #2937850 [doc] Add some hints to chk_rel.php for quick setup.
|
||||
+ rfe #2938579 [interface] Add class to some elements for easier theming.
|
||||
|
||||
3.3.0.0 (not yet released)
|
||||
+ rfe #2308632 [edit] Use hex for (var)binary fields,
|
||||
|
@@ -633,7 +633,7 @@ function PMA_displayTableList($tables, $visible = false,
|
||||
$link_title = PMA_getTitleForTarget($GLOBALS['cfg']['LeftDefaultTabTable']);
|
||||
// quick access icon next to each table name
|
||||
echo '<li>' . "\n";
|
||||
echo '<a title="'
|
||||
echo '<a class="tableicon" title="'
|
||||
. htmlspecialchars($link_title)
|
||||
. ': ' . htmlspecialchars($table['Comment'])
|
||||
.' (' . PMA_formatNumber($table['Rows'], 0) . ' ' . $GLOBALS['strRows'] . ')"'
|
||||
|
Reference in New Issue
Block a user