blob: e8ae9d61243595ec182523f26f897fdbca340e49 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<h1>Bitweaver version update</h1>
{form class="form-horizontal" legend="Bitweaver version update"}
<input type="hidden" name="step" value="{$next_step}" />
<p class="alert alert-success">
Your version of bitweaver is now up to date and you can enter your site again.
</p>
{if $version_210beta}
<p class="alert alert-success">
You have successfully modified the permissions of bitweaver.
</p>
{/if}
<div class="control-group">
{forminput}
<input type="submit" class="btn btn-primary" value="Continue install process" />
{/forminput}
</div>
{/form}
|