diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-05-18 15:50:42 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-05-18 15:50:42 +0100 |
| commit | 6307cd31602101a2c6416244f2f7703be920f1df (patch) | |
| tree | 6bfe69afeda88f6ef7851693755f83e2fec48621 | |
| parent | b73c6868cd22de46af8e84fc0eb99933d7a92199 (diff) | |
| download | install-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-x | templates/install_final_done.tpl | 8 |
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> |
