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

@@ -312,55 +312,63 @@ ul.mainLeft li {
<?php if ($cfg['MainPageIconic']) { ?>
.lstPhpInfo {
li.lstPhpInfo {
list-style: url(../images/php_sym.png);
}
.lstPmaDocs {
li.lstPmaDocs {
list-style: url(../images/b_docs.png);
}
.lstPmaPage {
li.lstPmaPage {
list-style: url(../images/b_home.png);
}
.lstPmaLang {
li.lstPmaLang {
list-style: url(../images/s_lang.png);
}
.lstPmaChar {
li.lstPmaChar {
list-style: url(../images/s_rights.png);
}
.lstNewdb {
li.lstNewdb {
list-style: url(../images/b_newdb.png);
}
.lstStatus {
li.lstStatus {
list-style: url(../images/s_status.png);
}
.lstVars {
li.lstVars {
list-style: url(../images/s_vars.png);
}
.lstProcess {
li.lstProcess {
list-style: url(../images/s_process.png);
}
.lstPrivileges {
li.lstPrivileges {
list-style: url(../images/s_rights.png);
}
.lstCollations {
li.lstCollations {
list-style: url(../images/s_asci.png);
}
.lstReload {
li.lstReload {
list-style: url(../images/s_reload.png);
}
.lstDatabases {
li.lstDatabases {
list-style: url(../images/s_db.png);
}
.lstExport {
li.lstExport {
list-style: url(../images/b_export.png);
}
.lstLogoff {
li.lstLogoff {
list-style: url(../images/s_loggoff.png);
}
.lstPasswd {
li.lstPasswd {
list-style: url(../images/s_passwd.png);
}
<?php } ?>
<?php if ($cfg['MainPageIconic']) { ?>
li.lstUsradd {
list-style: url(../images/b_usradd.png);
}
li.lstUsrdrop {
list-style: url(../images/b_usrdrop.png);
}
<?php } ?>
hr{ color: #666699; background-color: #6666cc; border: 0; height: 1px; }