summaryrefslogtreecommitdiff
path: root/templates/upgrade_packages.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/upgrade_packages.tpl
parent8f1b89ee277bdd87285782fc66990123d7eee188 (diff)
downloadinstall-b1377877fcb091a2e594a61f3db783eb896cd032.tar.gz
install-b1377877fcb091a2e594a61f3db783eb896cd032.tar.bz2
install-b1377877fcb091a2e594a61f3db783eb896cd032.zip
bootstrap-conversion
Diffstat (limited to 'templates/upgrade_packages.tpl')
-rw-r--r--templates/upgrade_packages.tpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/upgrade_packages.tpl b/templates/upgrade_packages.tpl
index d65ee8d..476d46e 100644
--- a/templates/upgrade_packages.tpl
+++ b/templates/upgrade_packages.tpl
@@ -3,7 +3,7 @@
{form legend="Begin the upgrade process"}
<input type="hidden" name="step" value="{$next_step}" />
- <div class="row">
+ <div class="control-group">
{formlabel label="Upgrade application" for="db"}
{forminput}
{if $smarty.session.upgrade_r1}
@@ -36,11 +36,11 @@
</ul>
{/if}
- <div class="row submit">
+ <div class="control-group submit">
<input type="submit" name="upgrade" value="Upgrade 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."}