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") ) { if ($isinvited && isset($oldid) && !empty($oldid) && $oldid!=$cuid ) { - echo "
"; + 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 "
$error
"; } if(!$r || empty($r)){ - echo ""._("You have no sql user at the moment.")."
"; + echo ""._("You have no sql user at the moment.")."
"; } ?>