blob: 2bf63420adfa0249720cfb2d0a672415bcf390ce (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
<p>
Die Konfiguration wurde erfolgreich erstellt.
</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="pull-left">
<button type="submit" class="btn btn-primary">Konfiguration aktivieren</button>
</div>
</form>
|