summaryrefslogtreecommitdiff
path: root/templates/install_version_done.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/install_version_done.tpl')
-rw-r--r--templates/install_version_done.tpl19
1 files changed, 19 insertions, 0 deletions
diff --git a/templates/install_version_done.tpl b/templates/install_version_done.tpl
new file mode 100644
index 0000000..76f0d48
--- /dev/null
+++ b/templates/install_version_done.tpl
@@ -0,0 +1,19 @@
+<h1>Bitweaver version update</h1>
+
+{form legend="Bitweaver version update"}
+ <input type="hidden" name="step" value="{$next_step}" />
+
+ <p class="success">
+ Your version of bitweaver is now up to date and you can enter your site again.
+ </p>
+
+ {if $version_210beta}
+ <p class="success">
+ You have successfully modified the permissions of bitweaver.
+ </p>
+ {/if}
+
+ <div class="row submit">
+ <input type="submit" value="Continue install process" />
+ </div>
+{/form}