summaryrefslogtreecommitdiff
path: root/templates/install_beta1_beta2_done.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_done.tpl
parent8f1b89ee277bdd87285782fc66990123d7eee188 (diff)
downloadinstall-b1377877fcb091a2e594a61f3db783eb896cd032.tar.gz
install-b1377877fcb091a2e594a61f3db783eb896cd032.tar.bz2
install-b1377877fcb091a2e594a61f3db783eb896cd032.zip
bootstrap-conversion
Diffstat (limited to 'templates/install_beta1_beta2_done.tpl')
-rw-r--r--templates/install_beta1_beta2_done.tpl8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/install_beta1_beta2_done.tpl b/templates/install_beta1_beta2_done.tpl
index 717f8da..499a425 100644
--- a/templates/install_beta1_beta2_done.tpl
+++ b/templates/install_beta1_beta2_done.tpl
@@ -4,13 +4,13 @@
<input type="hidden" name="step" value="{$next_step}" />
{if $failedcommands}
- <div class="row">
+ <div class="control-group">
<h3>The following database operations failed</h3>
<textarea rows="20" cols="50">{section loop=$failedcommands name=ix}{$failedcommands[ix]}{/section}</textarea>
<h4>Some errors occured. Your site may not be ready to run. You can revisit the previous page to rerun the installation.</h4>
</div>
{else}
- <div class="row">
+ <div class="control-group">
<ul class="result">
<li class="success">
All Database operations completed succesfully
@@ -18,7 +18,7 @@
</ul>
</div>
- <div class="row">
+ <div class="control-group">
{formlabel label="Packages that were installed"}
{forminput}
<ul>
@@ -30,7 +30,7 @@
</div>
{/if}
- <div class="row submit">
+ <div class="control-group submit">
<input type="submit" value="Continue install process" />
</div>
{/form}