blob: 76f0d483759a507f3051f5d6aaacd6e6183a4531 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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}
|