summaryrefslogtreecommitdiff
path: root/templates/migrate_final_done.tpl
blob: 050bf573963266577bd6ee1d6ad4830dacd04fa7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<h1>Upgrade Process Completed</h1>
{form class="form-horizontal" legend="Select what you want to do next"}
	<p>Go back to the installer to install additional packages that were not part of this migrate.</p>
	<div class="control-group">
		{forminput}
			<input type="hidden" name="step" value="{$next_step}" />
		{/forminput}
		<input type="submit" class="btn" name="continue_install" value="Return to Installer" />
	</div>

	<hr />

	<p>Enter your Bitweaver site now to see if the migrate process was successful.</p>
	<div class="control-group">
		{forminput}
			<input type="submit" class="btn" name="enter_bitweaver" value="Enter site" />
		{/forminput}
	</div>
{/form}