rfe #2938579 [interface] Add class to some elements for easier theming.

This commit is contained in:
Michal Čihař
2010-01-25 12:44:32 +00:00
parent eef869d8dd
commit 8ed51c814a
2 changed files with 2 additions and 1 deletions

View File

@@ -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. + [interface] It is now possible to bookmark most pages in JS capable browser.
- bug #2936482 [core] Fix SSL detection. - bug #2936482 [core] Fix SSL detection.
+ rfe #2937850 [doc] Add some hints to chk_rel.php for quick setup. + 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) 3.3.0.0 (not yet released)
+ rfe #2308632 [edit] Use hex for (var)binary fields, + rfe #2308632 [edit] Use hex for (var)binary fields,

View File

@@ -633,7 +633,7 @@ function PMA_displayTableList($tables, $visible = false,
$link_title = PMA_getTitleForTarget($GLOBALS['cfg']['LeftDefaultTabTable']); $link_title = PMA_getTitleForTarget($GLOBALS['cfg']['LeftDefaultTabTable']);
// quick access icon next to each table name // quick access icon next to each table name
echo '<li>' . "\n"; echo '<li>' . "\n";
echo '<a title="' echo '<a class="tableicon" title="'
. htmlspecialchars($link_title) . htmlspecialchars($link_title)
. ': ' . htmlspecialchars($table['Comment']) . ': ' . htmlspecialchars($table['Comment'])
.' (' . PMA_formatNumber($table['Rows'], 0) . ' ' . $GLOBALS['strRows'] . ')"' .' (' . PMA_formatNumber($table['Rows'], 0) . ' ' . $GLOBALS['strRows'] . ')"'