summaryrefslogtreecommitdiffstats
path: root/modules-available/sysconfig/templates/cfg-finish.html
blob: 891a3e6583f25dbf80f58312bb616d6ebe6a944f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<p>
	{{lang_configurationSuccess}}
</p>

<form role="form" method="post" action="?do=SysConfig">
	<input type="hidden" name="token" value="{{token}}">
	<input type="hidden" name="action" value="config">
	<input type="hidden" name="activate" value="{{configid}}">
	<div class="text-right">
		<a href="?do=SysConfig" class="btn btn-default">&laquo; {{lang_backToSysconfig}}</a>
		<button type="submit" class="btn btn-default">
			<span class="glyphicon glyphicon-globe"></span>
			{{lang_activateGlobally}}
		</button>
	</div>
</form>