diff options
Diffstat (limited to 'templates/install_welcome.tpl')
| -rw-r--r-- | templates/install_welcome.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/install_welcome.tpl b/templates/install_welcome.tpl index 89bc382..7045180 100644 --- a/templates/install_welcome.tpl +++ b/templates/install_welcome.tpl @@ -3,7 +3,7 @@ <div class="col-md-8"> <h1>Welcome to the Bitweaver Installer</h1> - <p class="alert alert-block">Since this does not appear to be your first install, you can access various pages of the installer. To install new packages, please visit <strong><a href="install.php?step=3">Packages</a></strong>.</p> + <p class="alert alert-warning">Since this does not appear to be your first install, you can access various pages of the installer. To install new packages, please visit <strong><a href="install.php?step=3">Packages</a></strong>.</p> <p>Thank you for choosing Bitweaver. This web content management system offers an unparalleled consonance of simplicity, performance, and flexibility. For questions, comments, and support, please visit <a class="external" href="http://www.bitweaver.org">bitweaver.org</a>. Help is available via <a class="external" href="http://www.bitweaver.org/">the forum</a> and via <a title="#bitweaver IRC Channel on freenode.net" class="external" href="http://www.bitweaver.org/wiki/Live+Support">#bitweaver chat</a>. Click to begin the install process:</p> @@ -12,7 +12,7 @@ <div class="form-group"> {forminput} {if $gBitInstaller->isInstalled()} - <a class="btn btn-default" href="{$smart.const.INSTALL_PKG_URL}?step=4">Upgrade</a> <a class="btn" href="{$smart.const.INSTALL_PKG_URL}?step=3">Install Packages</a> + <a class="btn btn-default" href="{$smart.const.INSTALL_PKG_URL}?step=4">Upgrade</a> <a class="btn btn-default" href="{$smart.const.INSTALL_PKG_URL}?step=3">Install Packages</a> <a class="btn btn-danger pull-right" href="{$smart.const.INSTALL_PKG_URL}?step=1">Restart Installation</a> {else} <input type="hidden" name="step" value="{$next_step}" /> |
