diff options
| author | 2014-02-15 14:46:13 +0100 | |
|---|---|---|
| committer | 2014-02-15 14:46:13 +0100 | |
| commit | ccc8c415f30a70a160cec6bca0f7cdfc7dc471f4 (patch) | |
| tree | 68e187e837caeac2acb0d761433607c4db9ef5a4 | |
| parent | cabac73b552a8bec4ca284dd40fb27872d6694c6 (diff) | |
Style install.php: add alert-warn class to update message
| -rw-r--r-- | p/i/install.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/p/i/install.php b/p/i/install.php index 4b0b1d194..90ee0b8a9 100644 --- a/p/i/install.php +++ b/p/i/install.php @@ -955,7 +955,7 @@ function printStep4 () { <legend><?php echo _t ('version_update'); ?></legend> <?php if (updateDatabase(false)) { ?> - <p class="alert"><?php echo _t ('update_long'); ?></p> + <p class="alert alert-warn"><?php echo _t ('update_long'); ?></p> <div class="form-group form-actions"> <div class="group-controls"> @@ -965,7 +965,7 @@ function printStep4 () { </div> <?php } else { ?> - <p class="alert"><?php echo _t ('update_end'); ?></p> + <p class="alert alert-warn"><?php echo _t ('update_end'); ?></p> <div class="form-group form-actions"> <div class="group-controls"> |
