diff options
author | gerv%gerv.net <> | 2002-04-27 15:57:11 +0200 |
---|---|---|
committer | gerv%gerv.net <> | 2002-04-27 15:57:11 +0200 |
commit | 2fbdc1d838a990be1faba320618eae6fadae878a (patch) | |
tree | d770d45181c7ae6fa5be31462ed18b94589fcd72 /template/en/default/global | |
parent | 48fcdfb586c8ff4213ab05dcd849c3e11bb9740c (diff) | |
download | bugzilla-2fbdc1d838a990be1faba320618eae6fadae878a.tar.gz bugzilla-2fbdc1d838a990be1faba320618eae6fadae878a.tar.xz |
Bug 138284 - prepare for Bugzilla Helper replacement enter_bug template. Patch by gerv; r=bbaetz, myk.
Diffstat (limited to 'template/en/default/global')
-rw-r--r-- | template/en/default/global/choose-product.html.tmpl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/template/en/default/global/choose-product.html.tmpl b/template/en/default/global/choose-product.html.tmpl index df7e0fb48..7bd27ffc8 100644 --- a/template/en/default/global/choose-product.html.tmpl +++ b/template/en/default/global/choose-product.html.tmpl @@ -27,8 +27,9 @@ [% FOREACH p = proddesc.keys.sort %] <tr> <th align="right" valign="top"> - <a href="[% target %]?product=[% p FILTER url_quote %]"> - [% p FILTER html %]</a>: + <a href="[% target %]?product=[% p FILTER url_quote %] + [%- "&format=$format" IF format %]"> + [% p FILTER html %]</a>: </th> [% IF proddesc.$p %] |