summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <natanael.copa@gmail.com>2008-09-10 20:41:12 +0000
committerNatanael Copa <natanael.copa@gmail.com>2008-09-10 20:41:12 +0000
commit684c12bdbc35b18750d5fc770bc26c65e07bedde (patch)
tree5140b9e916c2ebc75f7a4800d3314ee133260afe
parent476f366a4d3efc4abad818277cde19ce9cc21055 (diff)
downloadacf-gnats-684c12bdbc35b18750d5fc770bc26c65e07bedde.tar.bz2
acf-gnats-684c12bdbc35b18750d5fc770bc26c65e07bedde.tar.xz
trying to simplify reporting
git-svn-id: svn://svn.alpinelinux.org/acf/gnats/trunk@1464 ab2d0c66-481e-0410-8bed-d214d4d58bed
-rw-r--r--gnats-report-html.lsp13
1 files changed, 2 insertions, 11 deletions
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
<form name="cmd" action="" method="POST">
-<H2>Info about you</H2>
<DL>
<%
local myform = form.reportform
-local tags = { "reporter_name", "from" }
-displayinfo(myform,tags)
-%>
-</DL>
-
-<H2>Report description</H2>
-<DL>
-<%
-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)
%>
</DL>