Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISPConfig
ISPConfig 3
Commits
ba7b1d60
Commit
ba7b1d60
authored
Oct 26, 2008
by
redray
Browse files
css changes
parent
c9985b0a
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/web/login/index.php
View file @
ba7b1d60
...
...
@@ -118,11 +118,7 @@ class login_index {
}
}
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>'
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment