';
-echo $strActions;
+echo '' . $strActions . '';
/**
* Displays the mysql server related links
@@ -100,7 +100,7 @@ echo '';
echo '
';
echo '';
-echo $strInterface;
+echo '' . $strInterface . '';
echo '
';
echo '- ';
// Displays language selection combo
@@ -129,7 +129,7 @@ echo '
'; echo '
';
if ($server > 0) {
- echo $strMySQLServerInformation;
+ echo '' . $strMySQLServerInformation . '';
// robbat2: Use the verbose name of the server instead of the hostname
// if a value is set
$server_info = '';
@@ -196,7 +196,7 @@ if ($server > 0) {
if ($server > 0) {
echo '
';
- echo $strWebServerInformation;
+ echo '' . $strWebServerInformation . '';
echo '
';
echo '- ';
PMA_printListItem($_SERVER['SERVER_SOFTWARE'], 'li_web_server_software');
PMA_printListItem($strMysqlClientVersion . ': ' . PMA_DBI_get_client_info(),
@@ -212,7 +212,7 @@ echo '
';
-echo $strAboutphpMyAdmin;
+echo '' . $strAboutphpMyAdmin . '';
echo '
- ';
PMA_printListItem($strVersionInformation . ': ' . PMA_VERSION, 'li_pma_version');
PMA_printListItem($strPmaDocumentation, 'li_pma_docs', 'Documentation.html', null, '_blank');
diff --git a/themes/darkblue_orange/css/theme_right.css.php b/themes/darkblue_orange/css/theme_right.css.php
index 2f4153e9c..2be6a958e 100644
--- a/themes/darkblue_orange/css/theme_right.css.php
+++ b/themes/darkblue_orange/css/theme_right.css.php
@@ -1209,3 +1209,6 @@ code.sql {
width: 24%;
}
+span.boxtitle {
+ background: ;
+}
diff --git a/themes/original/css/theme_right.css.php b/themes/original/css/theme_right.css.php
index cb3553bde..265fd9f89 100644
--- a/themes/original/css/theme_right.css.php
+++ b/themes/original/css/theme_right.css.php
@@ -1159,3 +1159,7 @@ code.sql {
.box_smaller {
width: 24%;
}
+
+span.boxtitle {
+ background-color: ;
+}