From 2fbdc1d838a990be1faba320618eae6fadae878a Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Sat, 27 Apr 2002 13:57:11 +0000 Subject: Bug 138284 - prepare for Bugzilla Helper replacement enter_bug template. Patch by gerv; r=bbaetz, myk. --- template/en/default/bug/create/create.html.tmpl | 5 +++-- template/en/default/global/choose-product.html.tmpl | 5 +++-- template/en/default/list/list-simple.html.tmpl | 6 +++++- 3 files changed, 11 insertions(+), 5 deletions(-) (limited to 'template') 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 @@ 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 %] - - [% p FILTER html %]: + + [% p FILTER html %]: [% IF proddesc.$p %] diff --git a/template/en/default/list/list-simple.html.tmpl b/template/en/default/list/list-simple.html.tmpl index 3dd6656d2..b8d8241a3 100644 --- a/template/en/default/list/list-simple.html.tmpl +++ b/template/en/default/list/list-simple.html.tmpl @@ -39,7 +39,11 @@ - [% PROCESS list/table.html.tmpl %] + [% IF bugs.size == 0 %] +

Zarro Boogs found.

+ [% ELSE %] + [% PROCESS list/table.html.tmpl %] + [% END %] -- cgit v1.2.3-24-g4f1b