summaryrefslogtreecommitdiff
path: root/templates/install_beta1_beta2.tpl
diff options
context:
space:
mode:
authorspiderr <spider@viovio.com>2013-04-01 12:19:57 -0400
committerspiderr <spider@viovio.com>2013-04-01 12:19:57 -0400
commitb1377877fcb091a2e594a61f3db783eb896cd032 (patch)
tree37f3a55a7649bb11f1ce1de37a855241586ff437 /templates/install_beta1_beta2.tpl
parent8f1b89ee277bdd87285782fc66990123d7eee188 (diff)
downloadinstall-b1377877fcb091a2e594a61f3db783eb896cd032.tar.gz
install-b1377877fcb091a2e594a61f3db783eb896cd032.tar.bz2
install-b1377877fcb091a2e594a61f3db783eb896cd032.zip
bootstrap-conversion
Diffstat (limited to 'templates/install_beta1_beta2.tpl')
-rw-r--r--templates/install_beta1_beta2.tpl8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/install_beta1_beta2.tpl b/templates/install_beta1_beta2.tpl
index 57afb91..689d0bb 100644
--- a/templates/install_beta1_beta2.tpl
+++ b/templates/install_beta1_beta2.tpl
@@ -5,12 +5,12 @@
{legend legend="Upgrade from Beta 1 to Beta 2"}
<input type="hidden" name="step" value="{$next_step}" />
- <p class="row">To upgrade CLYDE Beta 1 to CLYDE Beta 2, you need to upgrade your languages package.<br />We know we said we wouldn't make any rash schema changes, but we thought that since languages weren't working anyway, nobody could possibly loose data. We hope that this does not cause too great of a problem and we appologise for messing with the schema.<p>
+ <p class="control-group">To upgrade CLYDE Beta 1 to CLYDE Beta 2, you need to upgrade your languages package.<br />We know we said we wouldn't make any rash schema changes, but we thought that since languages weren't working anyway, nobody could possibly loose data. We hope that this does not cause too great of a problem and we appologise for messing with the schema.<p>
{foreach from=$schema key=package item=item}
{if $item.tables || $item.defaults}
{if $package eq 'languages'}
- <div class="row">
+ <div class="control-group">
<div class="formlabel">
<label for="{$package}">{biticon ipackage=$package iname="pkg_$package" iexplain=`$item.name`}</label>
</div>
@@ -26,7 +26,7 @@
{/foreach}
{/legend}
- <div class="row submit">
+ <div class="control-group submit">
Please press this button only once<br />
Depending on the number of packages and the hardware,<br />
this process might take up to a few minutes.<br /><br />
@@ -34,7 +34,7 @@
<input type="submit" name="fSubmitDbCreate" value="Install Packages" />
</div>
- <div class="row">
+ <div class="control-group">
{forminput}
<label><input type="checkbox" name="debug" id="debug" value="true" /> Debug mode</label>
{formhelp note="Display SQL statements."}