From 7183cd61c8cf50a91eeb86dd621ee6dbeaafb131 Mon Sep 17 00:00:00 2001 From: alban <> Date: Fri, 18 Oct 2013 12:07:49 +0000 Subject: [PATCH] Changement class d'erreur sur des pages --- bureau/admin/head.php | 2 +- bureau/admin/sql_list.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bureau/admin/head.php b/bureau/admin/head.php index 8dcf124e..66a9c65f 100644 --- a/bureau/admin/head.php +++ b/bureau/admin/head.php @@ -55,7 +55,7 @@ if (file_exists("styles/style-custom.css") ) {

"; + echo "

"; __("Administrator session. you may return to your account or cancel this feature."); if ($oldid == 2000) echo ' '._("You can also apply changes."); // Yes, hardcoded uid. We will rewrite permissions another day echo "

"; diff --git a/bureau/admin/sql_list.php b/bureau/admin/sql_list.php index 622ddd86..26fd2598 100644 --- a/bureau/admin/sql_list.php +++ b/bureau/admin/sql_list.php @@ -42,7 +42,7 @@ $r=$mysql->get_userslist(); echo "

$error

"; } if(!$r || empty($r)){ - echo "

"._("You have no sql user at the moment.")."

"; + echo "

"._("You have no sql user at the moment.")."

"; } ?>