Changement class d'erreur sur des pages

This commit is contained in:
alban 2013-10-18 12:07:49 +00:00
parent fc797f6140
commit 7183cd61c8
2 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@ if (file_exists("styles/style-custom.css") ) {
<?
if ($isinvited && isset($oldid) && !empty($oldid) && $oldid!=$cuid ) {
echo "<div align=center><p class='alert alert-info'>";
echo "<div align=center><p class='alert alert-warning'>";
__("Administrator session. you may <a href='adm_login.php'>return to your account</a> or <a href='adm_cancel.php'>cancel this feature</a>.");
if ($oldid == 2000) echo ' '._("You can also <a href='adm_update_domains.php'>apply changes</a>."); // Yes, hardcoded uid. We will rewrite permissions another day
echo "</p></div>";

View File

@ -42,7 +42,7 @@ $r=$mysql->get_userslist();
echo "<p class=\"alert alert-danger\">$error</p>";
}
if(!$r || empty($r)){
echo "<p class=\"alert alert-warning\">"._("You have no sql user at the moment.")."</p>";
echo "<p class=\"alert alert-info\">"._("You have no sql user at the moment.")."</p>";
}
?>