blob: 8f8e2d0cc71779ad31cdaf7595fa6e3a4111f331 (
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 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="form-group">
{forminput}
<input type="submit" class="btn btn-primary" value="Continue install process" />
{/forminput}
</div>
{/form}
|