From ba7b1d607e0c95e03eba01ade34261f322322356 Mon Sep 17 00:00:00 2001 From: redray <redray@ispconfig3> Date: Sun, 26 Oct 2008 08:42:50 -0400 Subject: [PATCH] css changes --- interface/web/login/index.php | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/interface/web/login/index.php b/interface/web/login/index.php index a63e6b9..c6e2a95 100644 --- a/interface/web/login/index.php +++ b/interface/web/login/index.php @@ -118,11 +118,7 @@ } } if($error != ''){ - $error = '<table class="error"> - <tr> - <td><strong>Error:</strong><br>'.$error.'</td> - </tr> - </table>'; + $error = '<div class="box box_error"><h1>Error</h1>'.$error.'</div>'; } -- Gitblit v1.9.1