summaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-08-12 11:45:06 +0300
committerAndrew Dolgov <[email protected]>2015-08-12 11:45:06 +0300
commit6759dde1dd3277ac4c962b368beb51cabdefa4ae (patch)
tree2e441ea6087ac05f0dd277e2ff9d7e973a50e097 /install
parent1eec50143b6bed36d69a4d239fc922386965dd5c (diff)
minor css updates
Diffstat (limited to 'install')
-rw-r--r--install/index.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/install/index.php b/install/index.php
index a3f21cbb3..346765579 100644
--- a/install/index.php
+++ b/install/index.php
@@ -87,13 +87,11 @@
}
function print_error($msg) {
- print "<div class='error'><span><img src='../images/alert.png'></span>
- <span>$msg</span></div>";
+ print "<div class='alert alert-error'>$msg</div>";
}
function print_notice($msg) {
- print "<div class=\"notice\">
- <span><img src=\"../images/information.png\"></span><span>$msg</span></div>";
+ print "<div class=\"alert alert-info\">$msg</div>";
}
function db_connect($host, $user, $pass, $db, $type, $port = false) {