summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspiderr <spiderr@bitweaver.org>2025-05-31 07:14:17 -0400
committerspiderr <spiderr@bitweaver.org>2025-05-31 07:14:17 -0400
commit73b3d7b0bb2c3f1893abd7e91004ae577f101bbd (patch)
treeaf1da5a28d538dd08c541a14fc0c025515aa48ce
parentac92606afa5c4b422018818162d87425b50e483a (diff)
downloadinstall-73b3d7b0bb2c3f1893abd7e91004ae577f101bbd.tar.gz
install-73b3d7b0bb2c3f1893abd7e91004ae577f101bbd.tar.bz2
install-73b3d7b0bb2c3f1893abd7e91004ae577f101bbd.zip
small tidy for UI
-rw-r--r--templates/install_welcome.tpl4
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}" />