diff options
Diffstat (limited to 'templates/install_welcome.tpl')
| -rw-r--r-- | templates/install_welcome.tpl | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/templates/install_welcome.tpl b/templates/install_welcome.tpl index 1ba0b44..89bc382 100644 --- a/templates/install_welcome.tpl +++ b/templates/install_welcome.tpl @@ -3,9 +3,7 @@ <div class="col-md-8"> <h1>Welcome to the Bitweaver Installer</h1> - {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 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>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> @@ -13,7 +11,7 @@ <div class="form-group"> {forminput} - {if $gBitUser->isAdmin()} + {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-danger pull-right" href="{$smart.const.INSTALL_PKG_URL}?step=1">Restart Installation</a> {else} |
