From 47a9a892e8fe70863846c00a5858fceffc79b3d0 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Tue, 18 Jul 2006 02:57:35 +0000 Subject: Bug 344513: Make plain-text custom fields functional on all pages except enter_bug.cgi Patch By Max Kanat-Alexander r=LpSolit, a=myk --- template/en/default/list/edit-multiple.html.tmpl | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'template/en/default/list/edit-multiple.html.tmpl') diff --git a/template/en/default/list/edit-multiple.html.tmpl b/template/en/default/list/edit-multiple.html.tmpl index 92a083a68..958a95cf8 100644 --- a/template/en/default/list/edit-multiple.html.tmpl +++ b/template/en/default/list/edit-multiple.html.tmpl @@ -17,6 +17,7 @@ # Rights Reserved. # # Contributor(s): Myk Melez + # Max Kanat-Alexander #%] [% PROCESS global/variables.none.tmpl %] @@ -206,6 +207,13 @@ [% END %] + [% USE Bugzilla %] + [% FOREACH field = Bugzilla.get_fields({ obsolete => 0, custom => 1 }) %] + + [% PROCESS bug/field.html.tmpl value=dontchange editable=1 %] + + [% END %] +
-- cgit v1.2.3-24-g4f1b