Enabled new icons for privileges administration.

This commit is contained in:
Alexander M. Turek
2004-06-07 08:07:53 +00:00
parent 8c2512b3ba
commit b7c84e4247
4 changed files with 35 additions and 22 deletions

View File

@@ -210,7 +210,7 @@ if (count($statistics) > 0) {
}
if ($is_superuser) {
echo ' <th>' . "\n"
. ' &nbsp;' . $strAction . '&nbsp;' . "\n"
. ' &nbsp;' . ($cfg['PropertiesIconic'] ? '' : $strAction . '&nbsp;') . "\n"
. ' </th>' . "\n";
}
echo ' </tr>' . "\n";
@@ -272,7 +272,7 @@ if (count($statistics) > 0) {
if ($is_superuser) {
echo ' <td bgcolor="' . ($useBgcolorOne ? $cfg['BgcolorOne'] : $cfg['BgcolorTwo']) . '">' . "\n"
. ' <a onclick="reload_window(\'' . urlencode($current['db_name']) . '\'); return true;" href="./server_privileges.php?' . $url_query . '&amp;checkprivs=' . urlencode($current['db_name']) . '" title="' . sprintf($strCheckPrivsLong, htmlspecialchars($current['db_name'])) . '">'. "\n"
. ' ' . $strCheckPrivs . "\n"
. ' ' . ($cfg['PropertiesIconic'] ? '<img src="./images/b_usrcheck.png" alt="' . $strCheckPrivs . '" border="0" width="16" height="16" />' : $strCheckPrivs) . "\n"
. ' </a>' . "\n"
. ' </td>' . "\n";
}