From 684c12bdbc35b18750d5fc770bc26c65e07bedde Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 10 Sep 2008 20:41:12 +0000 Subject: trying to simplify reporting git-svn-id: svn://svn.alpinelinux.org/acf/gnats/trunk@1464 ab2d0c66-481e-0410-8bed-d214d4d58bed --- gnats-report-html.lsp | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'gnats-report-html.lsp') diff --git a/gnats-report-html.lsp b/gnats-report-html.lsp index b015971..a64541e 100644 --- a/gnats-report-html.lsp +++ b/gnats-report-html.lsp @@ -49,20 +49,11 @@ end
-

Info about you

<% local myform = form.reportform -local tags = { "reporter_name", "from" } -displayinfo(myform,tags) -%> -
- -

Report description

-
-<% -local myform = form.reportform -local tags = { "synopsis","severity","priority","category","class","release","environment", "description", "howtorepeat", "fix", } +displayinfo(myform, { "reporter_name", "from", "synopsis", "description" } ) +local tags = {"severity","priority","category","class","release", "howtorepeat", "fix", } displayinfo(myform,tags) %>
-- cgit v1.2.3