redray
2008-10-26 ba7b1d607e0c95e03eba01ade34261f322322356
css changes
1 files modified
6 ■■■■ changed files
interface/web/login/index.php 6 ●●●● patch | view | raw | blame | history
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>';
        }