summaryrefslogtreecommitdiff
path: root/templates/install_welcome.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/install_welcome.tpl')
-rwxr-xr-x[-rw-r--r--]templates/install_welcome.tpl10
1 files changed, 6 insertions, 4 deletions
diff --git a/templates/install_welcome.tpl b/templates/install_welcome.tpl
index 7045180..ad3d97a 100644..100755
--- a/templates/install_welcome.tpl
+++ b/templates/install_welcome.tpl
@@ -3,7 +3,9 @@
<div class="col-md-8">
<h1>Welcome to the Bitweaver Installer</h1>
- <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>
+ {if $gBitUser->isAdmin()}
+ <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>
+ {/if}
<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>
@@ -11,9 +13,9 @@
<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 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>
+ {if $gBitUser->isAdmin()}
+ <a class="btn btn-default" href="{$smarty.const.INSTALL_PKG_URL}?step=4">Upgrade</a> <a class="btn" href="{$smarty.const.INSTALL_PKG_URL}?step=3">Install Packages</a>
+ <a class="btn btn-danger pull-right" href="{$smarty.const.INSTALL_PKG_URL}?step=1">Restart Installation</a>
{else}
<input type="hidden" name="step" value="{$next_step}" />
<input type="submit" class="btn btn-primary" name="install" value="Begin the install process" />