summaryrefslogblamecommitdiffstats
path: root/modules-available/dnbd3/templates/fragment-server-settings.html
blob: 61b0626d467b59719410efc7d31a938d0b97f875 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                                                                               
<input type="hidden" name="server" value="{{serverid}}">

<div class="checkbox">
	<input type="checkbox" name="bgr" id="bgr" {{#bgr}}checked{{/bgr}}>
	<label for="bgr">{{lang_backgroundReplication}}</label>
</div>
<i>{{lang_backgroundReplicationInfo}}</i>
<br>
<div class="checkbox">
	<input type="checkbox" name="firewall" id="firewall" {{#firewall}}checked{{/firewall}}>
	<label for="firewall">{{lang_firewalled}}</label>
</div>
<i>{{lang_firewallInfo}}</i>
<br>