diff options
Diffstat (limited to 'extensions/REMO/template')
-rw-r--r-- | extensions/REMO/template/en/default/bug/create/comment-remo-swag.txt.tmpl | 2 | ||||
-rw-r--r-- | extensions/REMO/template/en/default/bug/create/create-remo-swag.xml.tmpl | 4 |
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> |