summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2026-05-18 15:50:42 +0100
committerLester Caine <lester@lsces.co.uk>2026-05-18 15:50:42 +0100
commit6307cd31602101a2c6416244f2f7703be920f1df (patch)
tree6bfe69afeda88f6ef7851693755f83e2fec48621
parentb73c6868cd22de46af8e84fc0eb99933d7a92199 (diff)
downloadinstall-6307cd31602101a2c6416244f2f7703be920f1df.tar.gz
install-6307cd31602101a2c6416244f2f7703be920f1df.tar.bz2
install-6307cd31602101a2c6416244f2f7703be920f1df.zip
Return to live site was being upset since the tk ticket is added automatically. No need for form, just make a link.
-rwxr-xr-xtemplates/install_final_done.tpl8
1 files changed, 3 insertions, 5 deletions
diff --git a/templates/install_final_done.tpl b/templates/install_final_done.tpl
index 85d2f68..b1d1f76 100755
--- a/templates/install_final_done.tpl
+++ b/templates/install_final_done.tpl
@@ -1,6 +1,6 @@
<h1>Installation Complete</h1>
-{form class="" action="`$smarty.const.BIT_ROOT_URL`index.php" legend="Installation has been completed sucessfully"}
+<fieldset><legend>Installation has been completed successfully</legend>
<p class="alert alert-success">
Your system is ready for use now.
</p>
@@ -46,8 +46,6 @@
<br />
<div class="form-group">
- {forminput}
- <input type="submit" class="btn btn-primary" value="Enter your Bitweaver site" />
- {/forminput}
+ <a href="{$smarty.const.BIT_ROOT_URL}" class="btn btn-primary">Enter your Bitweaver site</a>
</div>
-{/form}
+</fieldset>