From da7ecb070a05a1b91b63a931bc0c4e9d288b616b Mon Sep 17 00:00:00 2001 From: "myk%mozilla.org" <> Date: Fri, 24 Sep 2004 08:01:30 +0000 Subject: Fix for bug 252739: moves inclusion/exclusion action names to button name instead of button value so that button values (which are also used as labels) will be localizable; patch by Marc Schumann; r=kiko,myk; a=justdave --- template/en/default/admin/flag-type/edit.html.tmpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'template/en/default') diff --git a/template/en/default/admin/flag-type/edit.html.tmpl b/template/en/default/admin/flag-type/edit.html.tmpl index 4b4e64a16..1faaaf3b8 100644 --- a/template/en/default/admin/flag-type/edit.html.tmpl +++ b/template/en/default/admin/flag-type/edit.html.tmpl @@ -118,18 +118,18 @@ [% item FILTER html %] [% END %]
- - + + Inclusions:
[% PROCESS "global/select-menu.html.tmpl" name="inclusion_to_remove" multiple="1" size="4" options=type.inclusions %]
- + Exclusions:
[% PROCESS "global/select-menu.html.tmpl" name="exclusion_to_remove" multiple="1" size="4" options=type.exclusions %]
- + -- cgit v1.2.3-24-g4f1b