summaryrefslogtreecommitdiffstats
path: root/extensions/REMO
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2012-01-18 20:40:18 +0100
committerDave Lawrence <dlawrence@mozilla.com>2012-01-18 20:40:18 +0100
commit5088885c1f701cddff4ba788a9dbf18809c1832d (patch)
tree98abda8df9255a8841d5a19905d69291e49d2bcc /extensions/REMO
parent81e4e438f9f494fb70e502a64fb1d35fded45baa (diff)
downloadbugzilla-5088885c1f701cddff4ba788a9dbf18809c1832d.tar.gz
bugzilla-5088885c1f701cddff4ba788a9dbf18809c1832d.tar.xz
Bug 718540 - Problem with XML attached in bug
Diffstat (limited to 'extensions/REMO')
-rw-r--r--extensions/REMO/template/en/default/bug/create/comment-remo-swag.txt.tmpl2
-rw-r--r--extensions/REMO/template/en/default/bug/create/create-remo-swag.xml.tmpl4
2 files changed, 3 insertions, 3 deletions
diff --git a/extensions/REMO/template/en/default/bug/create/comment-remo-swag.txt.tmpl b/extensions/REMO/template/en/default/bug/create/comment-remo-swag.txt.tmpl
index 985a8924d..3c628b536 100644
--- a/extensions/REMO/template/en/default/bug/create/comment-remo-swag.txt.tmpl
+++ b/extensions/REMO/template/en/default/bug/create/comment-remo-swag.txt.tmpl
@@ -63,7 +63,7 @@ Posters: [% IF cgi.param('posters') %]Yes[% ELSE %]No[% END %]
Lanyards: [% IF cgi.param('lanyards') %]Yes[% ELSE %]No[% END %]
T-shirts: [% IF cgi.param('tshirts') %]Yes[% ELSE %]No[% END %]
Roll-up banners: [% IF cgi.param('rollupbanners') %]Yes[% ELSE %]No[% END %]
-Horizontal banners: [% IF cgi.param('horizontalbanners') %]Yes[% ELSE %]No[% END %]
+Horizontal banner: [% IF cgi.param('horizontalbanner') %]Yes[% ELSE %]No[% END %]
Booth cloth: [% IF cgi.param('boothcloth') %]Yes[% ELSE %]No[% END %]
Pens: [% IF cgi.param('pens') %]Yes[% ELSE %]No[% END %]
Other: [% IF cgi.param('otherswag') %][% cgi.param('otherswag') %][% ELSE %]No[% END %]
diff --git a/extensions/REMO/template/en/default/bug/create/create-remo-swag.xml.tmpl b/extensions/REMO/template/en/default/bug/create/create-remo-swag.xml.tmpl
index 3b1760b90..7e43de664 100644
--- a/extensions/REMO/template/en/default/bug/create/create-remo-swag.xml.tmpl
+++ b/extensions/REMO/template/en/default/bug/create/create-remo-swag.xml.tmpl
@@ -66,7 +66,7 @@
lanyards,
tshirts,
rollupbanners,
- horizontalbanners,
+ horizontalbanner,
boothcloth,
pens,
otherswag)>
@@ -108,7 +108,7 @@
<lanyards>[% (cgi.param('lanyards') ? 1 : 0) FILTER xml %]</lanyards>
<tshirts>[% (cgi.param('tshirts') ? 1 : 0) FILTER xml %]</tshirts>
<rollupbanners>[% (cgi.param('rollupbanners') ? 1 : 0) FILTER xml %]</rollupbanners>
- <horizontalbanners>[% (cgi.param('horizontalbanners') ? 1 : 0) FILTER xml %]</horizontalbanners>
+ <horizontalbanner>[% (cgi.param('horizontalbanner') ? 1 : 0) FILTER xml %]</horizontalbanner>
<boothcloth>[% (cgi.param('boothcloth') ? 1 : 0) FILTER xml %]</boothcloth>
<pens>[% (cgi.param('pens') ? 1 : 0) FILTER xml %]</pens>
<otherswag>[% cgi.param('otherswag') || '' FILTER xml %]</otherswag>