summaryrefslogtreecommitdiff
path: root/templates/install_packages.tpl
diff options
context:
space:
mode:
authorspiderr <spider@viovio.com>2013-04-01 15:57:38 -0400
committerspiderr <spider@viovio.com>2013-04-01 15:57:38 -0400
commit0303402de2d6b5c29c4cf64ee634588ceb2908ee (patch)
treea28c348780949a6643acf92561bdde33e014b78b /templates/install_packages.tpl
parent6b1420d8af805b4d53d0fa6a444504ac5d32a393 (diff)
downloadinstall-0303402de2d6b5c29c4cf64ee634588ceb2908ee.tar.gz
install-0303402de2d6b5c29c4cf64ee634588ceb2908ee.tar.bz2
install-0303402de2d6b5c29c4cf64ee634588ceb2908ee.zip
bootstrap major purging
Diffstat (limited to 'templates/install_packages.tpl')
-rw-r--r--templates/install_packages.tpl10
1 files changed, 5 insertions, 5 deletions
diff --git a/templates/install_packages.tpl b/templates/install_packages.tpl
index 161652d..5098033 100644
--- a/templates/install_packages.tpl
+++ b/templates/install_packages.tpl
@@ -18,7 +18,7 @@
{formfeedback warning=$warning}
{jstabs tab=0}
{jstab title="Install Packages"}
- {form id="package_select" id="package_select"}
+ {form class="form-horizontal" id="package_select" id="package_select"}
<input type="hidden" name="step" value="{$next_step}" />
<input type="hidden" name="method" value="install" />
@@ -95,7 +95,7 @@
Depending on the number of packages and the hardware,<br />
this process might take up to a few minutes.<br /><br />
<input type="hidden" name="resetdb" value="{$resetdb}" />
- <input type="submit" name="submit_packages" value="Install Packages" />
+ <input type="submit" class="btn" name="submit_packages" value="Install Packages" />
</div>
<div class="control-group">
@@ -110,7 +110,7 @@
{if !$first_install}
{jstab title="Uninstall/Reinstall"}
- {form legend="Already Installed Packages"}
+ {form class="form-horizontal" legend="Already Installed Packages"}
<input type="hidden" name="step" value="{$next_step}" />
<div class="control-group">
@@ -163,7 +163,7 @@
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 />
- <input type="submit" name="submit_packages" value="Uninstall/Reinstall Packages" onclick="return confirm( 'Are you sure you want to uninstall/reinstall the selected packages?' );" />
+ <input type="submit" class="btn" name="submit_packages" value="Uninstall/Reinstall Packages" onclick="return confirm( 'Are you sure you want to uninstall/reinstall the selected packages?' );" />
</div>
<div class="control-group">
@@ -207,7 +207,7 @@
{form}
<input type="hidden" name="step" value="{$next_step}" />
<div class="control-group submit">
- &nbsp;&nbsp;<input type="submit" name="cancel" value="Skip this stage" />
+ &nbsp;&nbsp;<input type="submit" class="btn" name="cancel" value="Skip this stage" />
</div>
{/form}
{/if}