summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/install_admin_inc.tpl2
-rw-r--r--templates/install_admin_inc_done.tpl2
-rw-r--r--templates/install_beta1_beta2_done.tpl2
-rw-r--r--templates/install_bit_settings.tpl2
-rw-r--r--templates/install_bit_settings_done.tpl2
-rw-r--r--templates/install_checks.tpl2
-rw-r--r--templates/install_database.tpl2
-rw-r--r--templates/install_database_done.tpl2
-rw-r--r--templates/install_database_reset.tpl2
-rw-r--r--templates/install_datapump.tpl2
-rw-r--r--templates/install_datapump_done.tpl2
-rw-r--r--templates/install_login.tpl2
-rw-r--r--templates/install_options.tpl2
-rw-r--r--templates/install_packages.tpl2
-rw-r--r--templates/install_packages_done.tpl2
-rw-r--r--templates/install_version_done.tpl2
-rw-r--r--templates/migrate_database_done.tpl2
-rw-r--r--templates/upgrade_packages.tpl2
-rw-r--r--templates/upgrade_packages_done.tpl2
-rw-r--r--templates/upgrade_ready.tpl2
-rw-r--r--templates/upgrade_welcome.tpl2
21 files changed, 21 insertions, 21 deletions
diff --git a/templates/install_admin_inc.tpl b/templates/install_admin_inc.tpl
index 78f0bdc..819e733 100644
--- a/templates/install_admin_inc.tpl
+++ b/templates/install_admin_inc.tpl
@@ -1,7 +1,7 @@
<h1>Administrator Setup</h1>
{strip}
-{form class="form-horizontal" legend="Please enter administrator information"}
+{form legend="Please enter administrator information"}
<input type="hidden" name="step" value="{$next_step}" />
<div class="form-group">
diff --git a/templates/install_admin_inc_done.tpl b/templates/install_admin_inc_done.tpl
index e9da3f0..579f2bc 100644
--- a/templates/install_admin_inc_done.tpl
+++ b/templates/install_admin_inc_done.tpl
@@ -2,7 +2,7 @@
<h1>Administrator Information</h1>
-{form class="form-horizontal" legend="Administrator Information"}
+{form legend="Administrator Information"}
<input type="hidden" name="step" value="{$next_step}" />
{if $warning}
diff --git a/templates/install_beta1_beta2_done.tpl b/templates/install_beta1_beta2_done.tpl
index 9f60698..f464bd9 100644
--- a/templates/install_beta1_beta2_done.tpl
+++ b/templates/install_beta1_beta2_done.tpl
@@ -1,6 +1,6 @@
<h1>Upgrade from Beta 1 to Beta 2</h1>
-{form class="form-horizontal" legend="Installed Packages"}
+{form legend="Installed Packages"}
<input type="hidden" name="step" value="{$next_step}" />
{if $failedcommands}
diff --git a/templates/install_bit_settings.tpl b/templates/install_bit_settings.tpl
index 4b2af90..d01b802 100644
--- a/templates/install_bit_settings.tpl
+++ b/templates/install_bit_settings.tpl
@@ -1,6 +1,6 @@
<h1>Bitweaver Settings</h1>
-{form class="form-horizontal" legend="Some Preliminary Settings"}
+{form legend="Some Preliminary Settings"}
<input type="hidden" name="step" value="{$next_step}" />
<p>Since Bitweaver has so many settings and features, it might be useful to set some of the key settings on this screen already, to simplify the initial stages. These settings can be found later in the administration panel.</p>
diff --git a/templates/install_bit_settings_done.tpl b/templates/install_bit_settings_done.tpl
index 1775e15..086e93a 100644
--- a/templates/install_bit_settings_done.tpl
+++ b/templates/install_bit_settings_done.tpl
@@ -1,6 +1,6 @@
<h1>Bitweaver Settings</h1>
-{form class="form-horizontal" legend="Some Preliminary Settings"}
+{form legend="Some Preliminary Settings"}
<input type="hidden" name="step" value="{$next_step}" />
<div class="form-group">
diff --git a/templates/install_checks.tpl b/templates/install_checks.tpl
index b5ea5a7..d54cd79 100644
--- a/templates/install_checks.tpl
+++ b/templates/install_checks.tpl
@@ -1,6 +1,6 @@
<h1>Server Settings Check</h1>
-{form class="form-horizontal" legend="Server settings" class=checks}
+{form legend="Server settings" class=checks}
<input type="hidden" name="step" value="{$next_step}" />
{jstabs tab=0}
diff --git a/templates/install_database.tpl b/templates/install_database.tpl
index fc4c2b9..22936a2 100644
--- a/templates/install_database.tpl
+++ b/templates/install_database.tpl
@@ -1,6 +1,6 @@
<h1>Database Connection</h1>
-{form class="form-horizontal" legend="Please enter your database connection information"}
+{form legend="Please enter your database connection information"}
<input type="hidden" name="step" value="{$next_step}" />
<input type="hidden" name="gBitDbPassword_hash" value="{$gBitDbPassword_hash}" />
diff --git a/templates/install_database_done.tpl b/templates/install_database_done.tpl
index e718ace..85fd905 100644
--- a/templates/install_database_done.tpl
+++ b/templates/install_database_done.tpl
@@ -10,7 +10,7 @@
<p>If you are interested in debugging or developing Bitweaver, please view this file, as there are important additional options that can not be set elsewhere. Web designers can also find some settings that helps with theme creation.</p>
</div>
-{form class="form-horizontal" legend="Your database connection information"}
+{form legend="Your database connection information"}
<input type="hidden" name="step" value="{$next_step}" />
<div class="form-group">
diff --git a/templates/install_database_reset.tpl b/templates/install_database_reset.tpl
index 12598cf..f5387f4 100644
--- a/templates/install_database_reset.tpl
+++ b/templates/install_database_reset.tpl
@@ -1,6 +1,6 @@
<h1>Database Connection Information</h1>
-{form class="form-horizontal" legend="Your database connection information"}
+{form legend="Your database connection information"}
<input type="hidden" name="step" value="{$next_step}" />
<div class="form-group">
diff --git a/templates/install_datapump.tpl b/templates/install_datapump.tpl
index a242075..c35dcdf 100644
--- a/templates/install_datapump.tpl
+++ b/templates/install_datapump.tpl
@@ -1,6 +1,6 @@
<h1>Sample Data</h1>
-{form class="form-horizontal" legend="Populating the database with useful information"}
+{form legend="Populating the database with useful information"}
<input type="hidden" name="step" value="{$next_step}" />
<p>
diff --git a/templates/install_datapump_done.tpl b/templates/install_datapump_done.tpl
index e075794..3a1d5d0 100644
--- a/templates/install_datapump_done.tpl
+++ b/templates/install_datapump_done.tpl
@@ -6,7 +6,7 @@
{assign var="formlegend" value="Your Database has been Populated"}
{/if}
- {form class="form-horizontal" legend=$formlegend}
+ {form legend=$formlegend}
<input type="hidden" name="step" value="{$next_step}" />
diff --git a/templates/install_login.tpl b/templates/install_login.tpl
index 7026bff..c680bf0 100644
--- a/templates/install_login.tpl
+++ b/templates/install_login.tpl
@@ -2,7 +2,7 @@
<h1>{$title|default:"You must be logged in as an administrator to run the installer."}</h1>
-{form class="form-horizontal" name="login" legend="Please sign in to continue"}
+{form name="login" legend="Please sign in to continue"}
<div class="form-group">
{formfeedback error="$error"}
{formlabel label="Username or Email" for="user"}
diff --git a/templates/install_options.tpl b/templates/install_options.tpl
index e618e81..2d76c84 100644
--- a/templates/install_options.tpl
+++ b/templates/install_options.tpl
@@ -1,6 +1,6 @@
<h1>Install Options</h1>
-{form class="form-horizontal" legend="Install or upgrade Bitweaver" style="text-align:center"}
+{form legend="Install or upgrade Bitweaver" style="text-align:center"}
<input type="hidden" name="step" value="{$next_step}" />
<br />
diff --git a/templates/install_packages.tpl b/templates/install_packages.tpl
index d534883..570b6e7 100644
--- a/templates/install_packages.tpl
+++ b/templates/install_packages.tpl
@@ -14,7 +14,7 @@
<p>If you just can't figure out what the hell is going on, please contact the Bitweaver team via <a href="http://www.bitweaver.org/wiki/Live+Support">IRC</a> if possible or post to the forums on <a href="http://www.bitweaver.org">bitweaver.org</a>.</p>
{else}
{formfeedback warning=$warning}
- {form class="form-horizontal" id="installpackagesform"}
+ {form id="installpackagesform"}
{jstabs tab=0}
{jstab title="Install Packages"}
<input type="hidden" name="resetdb" value="{$resetdb}" />
diff --git a/templates/install_packages_done.tpl b/templates/install_packages_done.tpl
index 8779434..6599e05 100644
--- a/templates/install_packages_done.tpl
+++ b/templates/install_packages_done.tpl
@@ -1,6 +1,6 @@
<h1>Package Installation</h1>
-{form class="form-horizontal" legend="Installed Packages"}
+{form legend="Installed Packages"}
<input type="hidden" name="step" value="{$next_step}" />
{if $failedcommands or $error}
diff --git a/templates/install_version_done.tpl b/templates/install_version_done.tpl
index 262b6d0..8f8e2d0 100644
--- a/templates/install_version_done.tpl
+++ b/templates/install_version_done.tpl
@@ -1,6 +1,6 @@
<h1>Bitweaver version update</h1>
-{form class="form-horizontal" legend="Bitweaver version update"}
+{form legend="Bitweaver version update"}
<input type="hidden" name="step" value="{$next_step}" />
<p class="alert alert-success">
diff --git a/templates/migrate_database_done.tpl b/templates/migrate_database_done.tpl
index d66f733..fa1c003 100644
--- a/templates/migrate_database_done.tpl
+++ b/templates/migrate_database_done.tpl
@@ -1,6 +1,6 @@
<h1>Upgrade Process Completed</h1>
-{form class="form-horizontal" legend="Select what you want to do next"}
+{form legend="Select what you want to do next"}
<input type="hidden" name="step" value="{$next_step}" />
<div class="form-group">
diff --git a/templates/upgrade_packages.tpl b/templates/upgrade_packages.tpl
index 065e52f..74116c7 100644
--- a/templates/upgrade_packages.tpl
+++ b/templates/upgrade_packages.tpl
@@ -1,6 +1,6 @@
<h3>Upgrading {$upgradeFrom} to {$gBitSystem->getBitVersion()}</h3>
-{form class="form-horizontal" legend="Begin the upgrade process"}
+{form legend="Begin the upgrade process"}
<input type="hidden" name="step" value="{$next_step}" />
<div class="form-group">
diff --git a/templates/upgrade_packages_done.tpl b/templates/upgrade_packages_done.tpl
index 4384350..fe1adcb 100644
--- a/templates/upgrade_packages_done.tpl
+++ b/templates/upgrade_packages_done.tpl
@@ -1,6 +1,6 @@
<h1>Package Upgrade</h1>
-{form class="form-horizontal" legend="Installed Packages"}
+{form legend="Installed Packages"}
<input type="hidden" name="step" value="{$next_step}" />
{if $failedcommands}
diff --git a/templates/upgrade_ready.tpl b/templates/upgrade_ready.tpl
index 0eacc30..9f69d67 100644
--- a/templates/upgrade_ready.tpl
+++ b/templates/upgrade_ready.tpl
@@ -1,4 +1,4 @@
-{form class="form-horizontal" legend="Begin the upgrade process"}
+{form legend="Begin the upgrade process"}
<h3>Upgrading {$upgradeFrom} to {$gBitSystem->getBitVersion()}</h3>
<p>The following packages will be updated: </p>
diff --git a/templates/upgrade_welcome.tpl b/templates/upgrade_welcome.tpl
index dd2e037..9c721d1 100644
--- a/templates/upgrade_welcome.tpl
+++ b/templates/upgrade_welcome.tpl
@@ -1,6 +1,6 @@
<h1>Bitweaver upgrade tool</h1>
-{form class="form-horizontal" legend="Begin the upgrade process"}
+{form legend="Begin the upgrade process"}
<input type="hidden" name="step" value="{$next_step}" />
<p>