diff --git a/index.php b/index.php
index 17899ddb35..7789cc461c 100644
--- a/index.php
+++ b/index.php
@@ -120,9 +120,9 @@ if ($server > 0
if (! $cfg['NavigationDisplayServers']
&& (count($cfg['Servers']) > 1 || $server == 0 && count($cfg['Servers']) == 1)
) {
- echo '
';
+ echo '';
include_once 'libraries/select_server.lib.php';
- echo PMA_selectServer(true, true);
+ echo PMA_Util::getImage('s_host.png') . " " . PMA_selectServer(true, true);
echo '';
}
@@ -137,22 +137,23 @@ if ($server > 0
if ($cfg['ShowChgPassword']) {
$conditional_class = 'ajax';
PMA_printListItem(
- __('Change password'),
+ PMA_Util::getImage('s_passwd.png') . " " . __('Change password'),
'li_change_password',
'user_password.php?' . $common_url_query,
null,
null,
'change_password_anchor',
- null,
+ "no_bullets",
$conditional_class
);
}
} // end if
- echo ' ';
+ echo ' ';
echo '