diff options
| author | gerv%gerv.net <> | 2002-04-27 13:57:11 +0000 |
|---|---|---|
| committer | gerv%gerv.net <> | 2002-04-27 13:57:11 +0000 |
| commit | 2fbdc1d838a990be1faba320618eae6fadae878a (patch) | |
| tree | d770d45181c7ae6fa5be31462ed18b94589fcd72 /template/en/default/bug/create | |
| parent | 48fcdfb586c8ff4213ab05dcd849c3e11bb9740c (diff) | |
| download | bugs-2fbdc1d838a990be1faba320618eae6fadae878a.tar bugs-2fbdc1d838a990be1faba320618eae6fadae878a.tar.gz bugs-2fbdc1d838a990be1faba320618eae6fadae878a.tar.bz2 bugs-2fbdc1d838a990be1faba320618eae6fadae878a.tar.xz bugs-2fbdc1d838a990be1faba320618eae6fadae878a.zip | |
Bug 138284 - prepare for Bugzilla Helper replacement enter_bug template. Patch by gerv; r=bbaetz, myk.
Diffstat (limited to 'template/en/default/bug/create')
| -rw-r--r-- | template/en/default/bug/create/create.html.tmpl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/template/en/default/bug/create/create.html.tmpl b/template/en/default/bug/create/create.html.tmpl index 5047a2131..ee60fdff3 100644 --- a/template/en/default/bug/create/create.html.tmpl +++ b/template/en/default/bug/create/create.html.tmpl @@ -78,8 +78,9 @@ <td> <select name="component" size="5"> [%- FOREACH c = component_ %] - <option value="[% c FILTER html %]" - [% " selected=\"selected\"" IF c == default.component_ %]>[% c FILTER html -%] + <option value="[% c.name FILTER html %]" + [% " selected=\"selected\"" IF c.name == default.component_ %]> + [% c.name FILTER html -%] </option> [%- END %] </select> |
