summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorspiderr <spider@viovio.com>2014-05-30 11:54:58 -0400
committerspiderr <spider@viovio.com>2014-05-30 11:54:58 -0400
commit07d4c5e7216ddc22b6f4957a835492b90c2987f6 (patch)
tree6d9b6144ed4e3ef0516ee79def8f31d726cf345f /templates
parent647db566b15c6d2dd4b4661b382f01d3e64d8c3c (diff)
downloadinstall-07d4c5e7216ddc22b6f4957a835492b90c2987f6.tar.gz
install-07d4c5e7216ddc22b6f4957a835492b90c2987f6.tar.bz2
install-07d4c5e7216ddc22b6f4957a835492b90c2987f6.zip
bootstrap3-css-changes
Diffstat (limited to 'templates')
-rw-r--r--templates/install_checks.tpl6
-rw-r--r--templates/install_cleanup.tpl2
-rw-r--r--templates/install_packages.tpl2
-rw-r--r--templates/install_packages_done.tpl4
-rw-r--r--templates/install_upgrade.tpl4
5 files changed, 9 insertions, 9 deletions
diff --git a/templates/install_checks.tpl b/templates/install_checks.tpl
index 1b8137e..ea1bd62 100644
--- a/templates/install_checks.tpl
+++ b/templates/install_checks.tpl
@@ -16,17 +16,17 @@
{if $check.passed}
<p class="alert alert-success">{$check.note}</p>
{else}
- <p class="alert alert-error">{$check.note}</p>
+ <p class="alert alert-danger">{$check.note}</p>
{/if}
{/foreach}
{if $http_referer_error}
- <p class="alert alert-error">We have detected that we cannot access the _SERVER['HTTP_REFERER'] variable from your browser. This can be because you have bookmarked this page and accessed this page directly. If so, this will probably not cause any problems during installation. However, if you came here from the welcome page, you are probably using some sort of firewall which is blocking this information (a common example is Norton Firewall). Please disable this feature or the firewall until the installation process is completed.</p>
+ <p class="alert alert-danger">We have detected that we cannot access the _SERVER['HTTP_REFERER'] variable from your browser. This can be because you have bookmarked this page and accessed this page directly. If so, this will probably not cause any problems during installation. However, if you came here from the welcome page, you are probably using some sort of firewall which is blocking this information (a common example is Norton Firewall). Please disable this feature or the firewall until the installation process is completed.</p>
{/if}
{/forminput}
</div>
{if $error}
- <p class="alert alert-error">Before you can continue with the installation, you must rectify the <strong>problems listed in red</strong>. After you have made the changes, you can reload the page.</p>
+ <p class="alert alert-danger">Before you can continue with the installation, you must rectify the <strong>problems listed in red</strong>. After you have made the changes, you can reload the page.</p>
<div class="control-group">
{forminput}
<input type="submit" class="btn btn-default" name="reload" value="Reload Page" />
diff --git a/templates/install_cleanup.tpl b/templates/install_cleanup.tpl
index 40602fe..1f11037 100644
--- a/templates/install_cleanup.tpl
+++ b/templates/install_cleanup.tpl
@@ -37,7 +37,7 @@
</ul>
<p>If you know SQL, you can display the table details and try to create such a table in your database and reload this page. This check merely checks the existence of a given table, not the table columns.</p>
{if $required}
- <p class="alert alert-error">
+ <p class="alert alert-danger">
A required package is missing at least one table. This will have unpredictable results. Please make a note of the table and contact the Bitweaver team on how to proceed.
If this is your first install, give it another shot, perhaps with fewer packages selected. You can return to the installer at any time and install more packages later.
<br />If this problem persists, turn on the <strong>debugging</strong> option and look for error messages regarding the above tables. This will help the Bitweaver developers you contact to identify the problem more quickly.
diff --git a/templates/install_packages.tpl b/templates/install_packages.tpl
index 7158e46..fd32f33 100644
--- a/templates/install_packages.tpl
+++ b/templates/install_packages.tpl
@@ -5,7 +5,7 @@
<h1>Adding and removing packages</h1>
{/if}
{if $error}
- <div class="alert alert-error">
+ <div class="alert alert-danger">
<strong>Administrator Data Missing</strong>
<p>Unfortunately there seems to be a problem with your installation. We can't find the administrator information you entered.</p>
</div>
diff --git a/templates/install_packages_done.tpl b/templates/install_packages_done.tpl
index 4b42c32..64048df 100644
--- a/templates/install_packages_done.tpl
+++ b/templates/install_packages_done.tpl
@@ -5,7 +5,7 @@
{if $failedcommands or $error}
{if $error}
- <div class="alert alert-error">
+ <div class="alert alert-danger">
<p>There was a problem during the installation</p>
<p>
It seems the administrators information got lost during the process. Please go back to the admin setup page and enter the information again and follow through with the installation.<br />
@@ -14,7 +14,7 @@
</div>
{/if}
{if $failedcommands}
- <div class="alert alert-error">
+ <div class="alert alert-danger">
<h2 class="warning">
The following database operations failed
</h2>
diff --git a/templates/install_upgrade.tpl b/templates/install_upgrade.tpl
index c539f3d..07fbbee 100644
--- a/templates/install_upgrade.tpl
+++ b/templates/install_upgrade.tpl
@@ -7,7 +7,7 @@
{if $packageUpgrades}
<h2>Packages and their upgrades</h2>
- <div class="alert alert-error"><div class="pull-left"><i class="icon-warning-sign" style="font-size:3em;padding-right:20px;"></i></div> You are about to run an upgrade which might make changes to your database. We <strong>strongly</strong> recommend that you back up your database (preferably carry out the entire <a class="external" href="http://www.bitweaver.org/wiki/bitweaverUpgrade#Generalproceduretoupgrade">backup procedure</a>).</div>
+ <div class="alert alert-danger"><div class="pull-left"><i class="icon-warning-sign" style="font-size:3em;padding-right:20px;"></i></div> You are about to run an upgrade which might make changes to your database. We <strong>strongly</strong> recommend that you back up your database (preferably carry out the entire <a class="external" href="http://www.bitweaver.org/wiki/bitweaverUpgrade#Generalproceduretoupgrade">backup procedure</a>).</div>
{foreach from=$packageUpgrades item=upgrade key=package}
{* users don't have the option to select what packages to upgrade since the code of the package is dependent on this upgrade
<h3><label class="checkbox"><input type="checkbox" name="packages[]" value="{$package}" checked="checked" /> {$package}</label></h3> *}
@@ -21,7 +21,7 @@
<dt>{$data.version}</dt>
<dd>{$data.description}</dd>
{if $errors.$package.$version}
- <p class="alert alert-error">SQL errors that occurred during the {$version} upgrade:<br />
+ <p class="alert alert-danger">SQL errors that occurred during the {$version} upgrade:<br />
<kbd>
{if $errors.$package.$version.failedcommands}
{foreach from=$errors.$package.$version.failedcommands item=command}