From c39392747857dae64e90e174af7393e002dafad1 Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Wed, 11 Jan 2012 18:09:34 -0500 Subject: Bug 714786: The FlagTypeComment extension should allow more than one flag to have have comment text associated with it r=glob --- .../default/hook/admin/flag-type/edit-rows.html.tmpl | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'extensions/FlagTypeComment/template/en/default/hook/admin') diff --git a/extensions/FlagTypeComment/template/en/default/hook/admin/flag-type/edit-rows.html.tmpl b/extensions/FlagTypeComment/template/en/default/hook/admin/flag-type/edit-rows.html.tmpl index 7f2c328af..71aaad424 100644 --- a/extensions/FlagTypeComment/template/en/default/hook/admin/flag-type/edit-rows.html.tmpl +++ b/extensions/FlagTypeComment/template/en/default/hook/admin/flag-type/edit-rows.html.tmpl @@ -27,15 +27,15 @@ [% FOREACH state = ftc_states %] - -   - - for [% state.state FILTER html %]
- - - + +   + + for [% state FILTER html %]
+ + + [% END %] [% END %] -- cgit v1.2.3-24-g4f1b