* ajusted ui of install.

This commit is contained in:
Catouse
2014-08-19 14:49:52 +08:00
parent bb4c86268e
commit 1e609bbdd3
5 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -17,7 +17,7 @@
<strong><?php echo $lang->install->error;?></strong>
</div>
<div class='modal-body'>
<div class='alert alert-danger'>
<div class='alert alert-danger alert-pure with-icon'>
<i class='icon-info-sign'></i>
<div class='content'><?php echo $error;?></div>
</div>
@@ -30,7 +30,7 @@
<strong><?php echo $lang->install->success;?></strong>
</div>
<div class='modal-body'>
<div class='alert alert-success'>
<div class='alert alert-success alert-pure with-icon'>
<i class='icon-ok-sign'></i>
<div class='content'><?php echo $afterSuccess;?></div>
</div>