remove /images
This commit is contained in:
@@ -85,8 +85,8 @@ if ($cfg['QueryFrameJS'] && !isset($no_js)) {
|
|||||||
. ' <tr>' . "\n"
|
. ' <tr>' . "\n"
|
||||||
. ' <td class="nav" align="left" nowrap="nowrap" valign="bottom">'
|
. ' <td class="nav" align="left" nowrap="nowrap" valign="bottom">'
|
||||||
. ' <table border="0" cellpadding="0" cellspacing="0"><tr>'
|
. ' <table border="0" cellpadding="0" cellspacing="0"><tr>'
|
||||||
. ' <td nowrap="nowrap"><img src="./images/spacer.gif" width="2" height="1" border="0" alt="" /></td>'
|
. ' <td nowrap="nowrap"><img src="' .$GLOBALS['pmaThemeImage'] . 'spacer.png' . '" width="2" height="1" border="0" alt="" /></td>'
|
||||||
. ' <td class="navSpacer"><img src="./images/spacer.gif" width="1" height="1" border="0" alt="" /></td>';
|
. ' <td class="navSpacer"><img src="' .$GLOBALS['pmaThemeImage'] . 'spacer.png' .'" width="1" height="1" border="0" alt="" /></td>';
|
||||||
}
|
}
|
||||||
echo "\n";
|
echo "\n";
|
||||||
echo PMA_printTab(($GLOBALS['cfg']['PropertiesIconic'] != false ? '<img src="' . $GLOBALS['pmaThemeImage'] . 'b_sql.png" width="16" height="16" border="0" hspace="2" align="absmiddle" alt="'.$strSQL.'" />' : '') . $strSQL, '#', '', 'onclick="javascript:query_tab_commit(\'sql\');return false;"', '', '', (isset($querydisplay_tab) && $querydisplay_tab == 'sql' ? TRUE : FALSE));
|
echo PMA_printTab(($GLOBALS['cfg']['PropertiesIconic'] != false ? '<img src="' . $GLOBALS['pmaThemeImage'] . 'b_sql.png" width="16" height="16" border="0" hspace="2" align="absmiddle" alt="'.$strSQL.'" />' : '') . $strSQL, '#', '', 'onclick="javascript:query_tab_commit(\'sql\');return false;"', '', '', (isset($querydisplay_tab) && $querydisplay_tab == 'sql' ? TRUE : FALSE));
|
||||||
@@ -98,7 +98,7 @@ if ($cfg['QueryFrameJS'] && !isset($no_js)) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!$cfg['LightTabs']) {
|
if (!$cfg['LightTabs']) {
|
||||||
echo ' <td nowrap="nowrap"><img src="./images/spacer.gif" width="2" height="1" border="0" alt="" /></td>'
|
echo ' <td nowrap="nowrap"><img src="' .$GLOBALS['pmaThemeImage'] . 'spacer.png' . '" width="2" height="1" border="0" alt="" /></td>'
|
||||||
. ' </tr></table>' . "\n"
|
. ' </tr></table>' . "\n"
|
||||||
. ' </td>' . "\n"
|
. ' </td>' . "\n"
|
||||||
. ' </tr>' . "\n"
|
. ' </tr>' . "\n"
|
||||||
|
@@ -48,8 +48,8 @@ if ($cfg['LightTabs']) {
|
|||||||
. ' <tr>' . "\n"
|
. ' <tr>' . "\n"
|
||||||
. ' <td class="nav" align="left" nowrap="nowrap" valign="bottom">'
|
. ' <td class="nav" align="left" nowrap="nowrap" valign="bottom">'
|
||||||
. ' <table border="0" cellpadding="0" cellspacing="0"><tr>'
|
. ' <table border="0" cellpadding="0" cellspacing="0"><tr>'
|
||||||
. ' <td nowrap="nowrap"><img src="./images/spacer.gif" width="2" height="1" border="0" alt="" /></td>'
|
. ' <td nowrap="nowrap"><img src="' .$GLOBALS['pmaThemeImage'] . 'spacer.png' .'" width="2" height="1" border="0" alt="" /></td>'
|
||||||
. ' <td class="navSpacer"><img src="./images/spacer.gif" width="1" height="1" border="0" alt="" /></td>';
|
. ' <td class="navSpacer"><img src="' .$GLOBALS['pmaThemeImage'] . 'spacer.png' . '" width="1" height="1" border="0" alt="" /></td>';
|
||||||
}
|
}
|
||||||
echo PMA_printTab(($GLOBALS['cfg']['MainPageIconic'] ? '<img src="' . $GLOBALS['pmaThemeImage'] . 's_db.png" width="16" height="16" border="0" hspace="2" align="absmiddle" alt="'.$strDatabases.'" />' : '') . $strDatabases, 'server_databases.php', $url_query);
|
echo PMA_printTab(($GLOBALS['cfg']['MainPageIconic'] ? '<img src="' . $GLOBALS['pmaThemeImage'] . 's_db.png" width="16" height="16" border="0" hspace="2" align="absmiddle" alt="'.$strDatabases.'" />' : '') . $strDatabases, 'server_databases.php', $url_query);
|
||||||
if ($cfg['ShowMysqlInfo']) {
|
if ($cfg['ShowMysqlInfo']) {
|
||||||
@@ -67,7 +67,7 @@ if ($is_superuser) {
|
|||||||
echo PMA_printTab(($GLOBALS['cfg']['MainPageIconic'] ? '<img src="' . $GLOBALS['pmaThemeImage'] . 's_process.png" width="16" height="16" border="0" hspace="2" align="absmiddle" alt="'.$strServerTabProcesslist.'" />' : '') . $strServerTabProcesslist, 'server_processlist.php', $url_query);
|
echo PMA_printTab(($GLOBALS['cfg']['MainPageIconic'] ? '<img src="' . $GLOBALS['pmaThemeImage'] . 's_process.png" width="16" height="16" border="0" hspace="2" align="absmiddle" alt="'.$strServerTabProcesslist.'" />' : '') . $strServerTabProcesslist, 'server_processlist.php', $url_query);
|
||||||
echo PMA_printTab(($GLOBALS['cfg']['MainPageIconic'] ? '<img src="' . $GLOBALS['pmaThemeImage'] . 'b_export.png" width="16" height="16" border="0" hspace="2" align="absmiddle" alt="'.$strExport.'" />' : '') . $strExport, 'server_export.php', $url_query);
|
echo PMA_printTab(($GLOBALS['cfg']['MainPageIconic'] ? '<img src="' . $GLOBALS['pmaThemeImage'] . 'b_export.png" width="16" height="16" border="0" hspace="2" align="absmiddle" alt="'.$strExport.'" />' : '') . $strExport, 'server_export.php', $url_query);
|
||||||
if (!$cfg['LightTabs']) {
|
if (!$cfg['LightTabs']) {
|
||||||
echo ' <td nowrap="nowrap"><img src="./images/spacer.gif" width="2" height="1" border="0" alt="" /></td>'
|
echo ' <td nowrap="nowrap"><img src="' .$GLOBALS['pmaThemeImage'] . 'spacer.png' . '" width="2" height="1" border="0" alt="" /></td>'
|
||||||
. ' </tr></table>' . "\n"
|
. ' </tr></table>' . "\n"
|
||||||
. ' </td>' . "\n"
|
. ' </td>' . "\n"
|
||||||
. ' </tr>' . "\n"
|
. ' </tr>' . "\n"
|
||||||
@@ -77,4 +77,4 @@ if (!$cfg['LightTabs']) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
?>
|
?>
|
||||||
<br />
|
<br />
|
||||||
|
Reference in New Issue
Block a user