From 63be194996849202878c4a87e4c68a25d1976d3e Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Fri, 7 Nov 2008 17:34:39 +0000 Subject: Bug 308253: Ability to add select (enum) fields to a bug whose list of values depends on the value of another field Patch By Max Kanat-Alexander r=bbaetz, a=mkanat --- .../en/default/admin/fieldvalues/edit.html.tmpl | 27 +++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) (limited to 'template/en/default/admin/fieldvalues/edit.html.tmpl') diff --git a/template/en/default/admin/fieldvalues/edit.html.tmpl b/template/en/default/admin/fieldvalues/edit.html.tmpl index f12383866..b01415577 100644 --- a/template/en/default/admin/fieldvalues/edit.html.tmpl +++ b/template/en/default/admin/fieldvalues/edit.html.tmpl @@ -32,7 +32,9 @@ - + [% END %] + [% IF field.value_field %] + + + + + [% END %]
+ + [% IF value.is_static %] [% IF value.is_open %]Open[% ELSE %]Closed[% END %]
+ + + + (Leave unset to have this value always appear.) +
-- cgit v1.2.3-24-g4f1b