/[smecontribs]/rpms/smeserver-wbl/contribs8/smeserver-wbl-0.1.0.bz5219.LocaleBugCorrection.patch
ViewVC logotype

Annotation of /rpms/smeserver-wbl/contribs8/smeserver-wbl-0.1.0.bz5219.LocaleBugCorrection.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Fri Sep 11 15:44:24 2015 UTC (8 years, 8 months ago) by stephdl
Branch: MAIN
CVS Tags: smeserver-wbl-0_1_0-24_el5_sme, smeserver-wbl-0_1_0-25_el5_sme, smeserver-wbl-0_1_0-26_el5_sme, smeserver-wbl-0_1_0-23_el5_sme, HEAD
* Fri Sep 11 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 0.1.0-23.sme
- Correction of a locale Bug [SME: 5219]
- Added smeserver-wbl-0.3.0.bz5219.LocaleBugCorrection.patch

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>

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed