1 |
stephdl |
1.1 |
diff -Nur smeserver-wbl-0.3.0.bz5219.old/root/etc/e-smith/web/functions/wbl smeserver-wbl-0.3.0.bz5219.new/root/etc/e-smith/web/functions/wbl |
2 |
|
|
--- smeserver-wbl-0.3.0.bz5219.old/root/etc/e-smith/web/functions/wbl 2015-09-11 17:22:00.037075340 +0200 |
3 |
|
|
+++ smeserver-wbl-0.3.0.bz5219.new/root/etc/e-smith/web/functions/wbl 2015-09-11 17:25:06.119552822 +0200 |
4 |
|
|
@@ -36,8 +36,8 @@ |
5 |
|
|
<field |
6 |
|
|
type="select" |
7 |
|
|
id="dnsbl" |
8 |
|
|
- options="'enabled' => 'Enabled', |
9 |
|
|
- 'disabled' => 'Disabled'" |
10 |
|
|
+ options="'enabled' => 'ENABLED', |
11 |
|
|
+ 'disabled' => 'DISABLED'" |
12 |
|
|
value="get_dnsbl()" |
13 |
|
|
validation="nonblank"> |
14 |
|
|
<label>DNSBL_LABEL</label> |
15 |
|
|
@@ -47,8 +47,8 @@ |
16 |
|
|
<field |
17 |
|
|
type="select" |
18 |
|
|
id="rhsbl" |
19 |
|
|
- options="'enabled' => 'Enabled', |
20 |
|
|
- 'disabled' => 'Disabled'" |
21 |
|
|
+ options="'enabled' => 'ENABLED', |
22 |
|
|
+ 'disabled' => 'DISABLED'" |
23 |
|
|
value="get_rhsbl()" |
24 |
|
|
validation="nonblank"> |
25 |
|
|
<label>RHSBL_LABEL</label> |
26 |
|
|
@@ -94,8 +94,8 @@ |
27 |
|
|
<field |
28 |
|
|
type="select" |
29 |
|
|
id="rrfh" |
30 |
|
|
- options="'yes' => 'Enabled', |
31 |
|
|
- 'no' => 'Disabled'" |
32 |
|
|
+ options="'yes' => 'ENABLED', |
33 |
|
|
+ 'no' => 'DISABLED'" |
34 |
|
|
value="get_rrfh()" |
35 |
|
|
validation="nonblank"> |
36 |
|
|
<label>RRFH_LABEL</label> |