From 8c065446ba365d0899beb1546f396ebba20aa1bc Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Fri, 22 Oct 2010 16:57:53 +0200 Subject: Bug 523205 part 2: $flagtype->set_clusions() was badly implemented a=LpSolit --- template/en/default/admin/flag-type/edit.html.tmpl | 1 + template/en/default/global/messages.html.tmpl | 3 +++ 2 files changed, 4 insertions(+) (limited to 'template') diff --git a/template/en/default/admin/flag-type/edit.html.tmpl b/template/en/default/admin/flag-type/edit.html.tmpl index 88c92b4e3..eb0211377 100644 --- a/template/en/default/admin/flag-type/edit.html.tmpl +++ b/template/en/default/admin/flag-type/edit.html.tmpl @@ -52,6 +52,7 @@ + [% FOREACH category = type.inclusions %] [% END %] diff --git a/template/en/default/global/messages.html.tmpl b/template/en/default/global/messages.html.tmpl index a4b6cdef3..b68ecdc5c 100644 --- a/template/en/default/global/messages.html.tmpl +++ b/template/en/default/global/messages.html.tmpl @@ -645,6 +645,9 @@
  • Request group deleted
  • [% END %] [% END %] + [% IF changes.inclusions.defined || changes.exclusions.defined %] +
  • The inclusions and exclusions lists have been updated
  • + [% END %] [% ELSE %] No changes made to file type [% flagtype.name FILTER html %]. -- cgit v1.2.3-24-g4f1b