added class icon
This commit is contained in:
@@ -12,6 +12,8 @@ $Source$
|
|||||||
- no return value (not always returns a value)
|
- no return value (not always returns a value)
|
||||||
- additional check
|
- additional check
|
||||||
- undefined variable docY
|
- undefined variable docY
|
||||||
|
* header.inc.php
|
||||||
|
- added class icon
|
||||||
|
|
||||||
2005-11-13 Michal Čihař <michal@cihar.com>
|
2005-11-13 Michal Čihař <michal@cihar.com>
|
||||||
* Documentation.html, config.default.php, main.php, server_links.inc.php,
|
* Documentation.html, config.default.php, main.php, server_links.inc.php,
|
||||||
|
@@ -35,9 +35,8 @@ if ( $GLOBALS['cfg']['LeftDisplayLogo'] ) {
|
|||||||
echo '<a href="main.php?' . $query_url . '"'
|
echo '<a href="main.php?' . $query_url . '"'
|
||||||
.' title="' . $strHome . '">'
|
.' title="' . $strHome . '">'
|
||||||
.( $GLOBALS['cfg']['MainPageIconic']
|
.( $GLOBALS['cfg']['MainPageIconic']
|
||||||
? '<img src="' . $pmaThemeImage . 'b_home.png" width="16" '
|
? '<img class="icon" src="' . $pmaThemeImage . 'b_home.png" width="16" '
|
||||||
.' height="16" alt="' . $strHome . '"'
|
.' height="16" alt="' . $strHome . '" />'
|
||||||
.' align="middle" />'
|
|
||||||
: $strHome )
|
: $strHome )
|
||||||
.'</a>' . "\n";
|
.'</a>' . "\n";
|
||||||
// if we have chosen server
|
// if we have chosen server
|
||||||
@@ -49,7 +48,7 @@ if ( $GLOBALS['cfg']['LeftDisplayLogo'] ) {
|
|||||||
.urlencode($PHP_AUTH_USER) . '" target="_parent"'
|
.urlencode($PHP_AUTH_USER) . '" target="_parent"'
|
||||||
.' title="' . $strLogout . '" >'
|
.' title="' . $strLogout . '" >'
|
||||||
.( $GLOBALS['cfg']['MainPageIconic']
|
.( $GLOBALS['cfg']['MainPageIconic']
|
||||||
? '<img src="' . $pmaThemeImage . 's_loggoff.png" '
|
? '<img class="icon" src="' . $pmaThemeImage . 's_loggoff.png" '
|
||||||
.' width="16" height="16" alt="' . $strLogout . '" />'
|
.' width="16" height="16" alt="' . $strLogout . '" />'
|
||||||
: $strLogout )
|
: $strLogout )
|
||||||
.'</a>' . "\n";
|
.'</a>' . "\n";
|
||||||
@@ -60,7 +59,7 @@ if ( $GLOBALS['cfg']['LeftDisplayLogo'] ) {
|
|||||||
|
|
||||||
if ($GLOBALS['cfg']['MainPageIconic']) {
|
if ($GLOBALS['cfg']['MainPageIconic']) {
|
||||||
$query_frame_link_text =
|
$query_frame_link_text =
|
||||||
'<img src="' . $pmaThemeImage . 'b_selboard.png"'
|
'<img class="icon" src="' . $pmaThemeImage . 'b_selboard.png"'
|
||||||
.' width="16" height="16" alt="' . $strQueryFrame . '" />';
|
.' width="16" height="16" alt="' . $strQueryFrame . '" />';
|
||||||
} else {
|
} else {
|
||||||
echo '<br />' . "\n";
|
echo '<br />' . "\n";
|
||||||
@@ -79,7 +78,7 @@ if ( $GLOBALS['cfg']['LeftDisplayLogo'] ) {
|
|||||||
if ($GLOBALS['cfg']['MainPageIconic']) {
|
if ($GLOBALS['cfg']['MainPageIconic']) {
|
||||||
echo ' <a href="Documentation.html" target="documentation"'
|
echo ' <a href="Documentation.html" target="documentation"'
|
||||||
.' title="' . $strPmaDocumentation . '" >'
|
.' title="' . $strPmaDocumentation . '" >'
|
||||||
.'<img src="' . $pmaThemeImage . 'b_docs.png" width="16" height="16"'
|
.'<img class="icon" src="' . $pmaThemeImage . 'b_docs.png" width="16" height="16"'
|
||||||
.' alt="' . $strPmaDocumentation . '" /></a>' . "\n";
|
.' alt="' . $strPmaDocumentation . '" /></a>' . "\n";
|
||||||
echo ' ' . PMA_showMySQLDocu('', '', TRUE) . "\n";
|
echo ' ' . PMA_showMySQLDocu('', '', TRUE) . "\n";
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user