diff options
| -rw-r--r-- | templates/install_bit_settings.tpl | 2 | ||||
| -rw-r--r-- | templates/install_bit_settings_done.tpl | 2 | ||||
| -rw-r--r-- | templates/install_cleanup.tpl | 6 | ||||
| -rw-r--r-- | templates/install_cleanup_done.tpl | 2 | ||||
| -rw-r--r-- | templates/install_final_done.tpl | 6 | ||||
| -rw-r--r-- | templates/install_packages.tpl | 4 | ||||
| -rw-r--r-- | templates/install_packages_done.tpl | 2 |
7 files changed, 12 insertions, 12 deletions
diff --git a/templates/install_bit_settings.tpl b/templates/install_bit_settings.tpl index 1793696..ffddeab 100644 --- a/templates/install_bit_settings.tpl +++ b/templates/install_bit_settings.tpl @@ -96,7 +96,7 @@ <div class="control-group"> {forminput} - <input type="submit" class="btn" name="bit_settings" value="{tr}Set Preferences{/tr}" /> + <input type="submit" class="btn btn-primary" name="bit_settings" value="{tr}Set Preferences{/tr}" /> {/forminput} </div> {/form} diff --git a/templates/install_bit_settings_done.tpl b/templates/install_bit_settings_done.tpl index ba7de0e..75e1291 100644 --- a/templates/install_bit_settings_done.tpl +++ b/templates/install_bit_settings_done.tpl @@ -57,7 +57,7 @@ <div class="control-group"> {forminput} - <input type="submit" class="btn" value="Continue install process" /> + <input type="submit" class="btn btn-primary" value="Continue install process" /> {/forminput} </div> {/form} diff --git a/templates/install_cleanup.tpl b/templates/install_cleanup.tpl index 2d6012d..ebd4592 100644 --- a/templates/install_cleanup.tpl +++ b/templates/install_cleanup.tpl @@ -199,9 +199,9 @@ </div> {else} <div class="control-group"> - {forminput} - <input type="submit" class="btn" name="skip" value="Continue install process" /> - {/forminput} + {forminput} + <input type="submit" class="btn btn-primary" name="skip" value="Continue install process" /> + {/forminput} </div> {/if} {/legend} diff --git a/templates/install_cleanup_done.tpl b/templates/install_cleanup_done.tpl index fd3307d..5a7c9db 100644 --- a/templates/install_cleanup_done.tpl +++ b/templates/install_cleanup_done.tpl @@ -40,7 +40,7 @@ <div class="control-group"> {forminput} - <input type="submit" class="btn" value="Continue install process" /> + <input type="submit" class="btn btn-primary" value="Continue install process" /> {/forminput} </div> {/form} diff --git a/templates/install_final_done.tpl b/templates/install_final_done.tpl index 5c94838..7af319b 100644 --- a/templates/install_final_done.tpl +++ b/templates/install_final_done.tpl @@ -1,6 +1,6 @@ <h1>Installation Complete</h1> -{form class="form-horizontal" action="`$smarty.const.BIT_ROOT_URL`index.php" legend="Installation has been completed sucessfully"} +{form class="" action="`$smarty.const.BIT_ROOT_URL`index.php" legend="Installation has been completed sucessfully"} <p class="alert alert-success"> Your system is ready for use now. </p> @@ -44,12 +44,12 @@ </ul> <br /> - <p class="help" style="text-align:center;">Finally, we thank you again for using Bitweaver.</p> + <p class="help">Finally, we thank you again for using Bitweaver.</p> <br /> <div class="control-group"> {forminput} - <input type="submit" class="btn" size="20" value="Enter your Bitweaver site" /> + <input type="submit" class="btn btn-primary" value="Enter your Bitweaver site" /> {/forminput} </div> {/form} diff --git a/templates/install_packages.tpl b/templates/install_packages.tpl index ef8e5d6..0f15760 100644 --- a/templates/install_packages.tpl +++ b/templates/install_packages.tpl @@ -88,7 +88,7 @@ <div class="control-group"> {forminput} <div class="alert alert-info"> - <strong>Please press this button only once.</strong> + <strong>Please press the install button only once.</strong> <p> Depending on the number of packages and the hardware, this process might take up to a few minutes.</p> </div> <input type="submit" class="btn btn-primary" name="submit_packages" value="Install Packages" /> @@ -161,7 +161,7 @@ </div> <div class="alert alert-info"> - <strong>Please press this button only once.</strong> + <strong>Please press the install button only once.</strong> <p> Depending on the number of packages and the hardware, this process might take up to a few minutes.</p> </div> diff --git a/templates/install_packages_done.tpl b/templates/install_packages_done.tpl index c099b24..4d910cb 100644 --- a/templates/install_packages_done.tpl +++ b/templates/install_packages_done.tpl @@ -77,7 +77,7 @@ <div class="control-group"> {forminput} - <input type="submit" class="btn" value="Continue install process" /> + <input type="submit" class="btn btn-primary" value="Continue install process" /> {/forminput} </div> {/form} |
