The branch, master has been updated via 62acfa73d71cfa11ae36e8a5f6d61f54675f54c5 (commit) from d503995e347271afb9d8db06243b20296c554bfe (commit)
- Log ----------------------------------------------------------------- commit 62acfa73d71cfa11ae36e8a5f6d61f54675f54c5 Author: Mike Hommé mike@globalcode.org Date: Sat Apr 16 10:40:51 2011 -0400
Removed 10px height and width on table/create table icons in left navigation list.
-----------------------------------------------------------------------
Summary of changes: navigation.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/navigation.php b/navigation.php index 381b561..8776645 100644 --- a/navigation.php +++ b/navigation.php @@ -305,7 +305,7 @@ if ($GLOBALS['cfg']['LeftFrameLight'] && strlen($GLOBALS['db'])) { } unset($table_list); echo '<ul id="newtable"><li><a target="frame_content" href="tbl_create.php' . PMA_generate_common_url(array('db' => $GLOBALS['db'])) . '">' - .'<img class="icon" src="' . $GLOBALS['pmaThemeImage'] . 'b_snewtbl.png" id="icon_newtable" width="10" height="10" alt="' . _pgettext('short form', 'Create table') . '" />' + .'<img class="icon" src="' . $GLOBALS['pmaThemeImage'] . 'b_snewtbl.png" id="icon_newtable" alt="' . _pgettext('short form', 'Create table') . '" />' . _pgettext('short form', 'Create table') . '</a></li></ul>'; } elseif ($GLOBALS['cfg']['LeftFrameLight']) { /* No need to tell user to select database if we're showing complete list */ @@ -630,7 +630,7 @@ function PMA_displayTableList($tables, $visible = false, echo ' src="' . $GLOBALS['pmaThemeImage'] . 'b_sbrowse.png"'; } echo ' id="icon_' . htmlspecialchars($table_db . '.' . $table['Name']) . '"' - .' width="10" height="10" alt="' . htmlspecialchars($link_title) . '" /></a>' . "\n"; + .' alt="' . htmlspecialchars($link_title) . '" /></a>' . "\n";
// link for the table name itself $href = $GLOBALS['cfg']['DefaultTabTable'] . '?'
hooks/post-receive