Commit 14d7e250 authored by vdhoble's avatar vdhoble

added table border for gltrace preview


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@97789 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 2c2f3061
......@@ -14,7 +14,17 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Insert title here</title>
<style>
table, th, td {
border: 1px solid black;
border-collapse: collapse;
font-size: small;
}
</style>
</head>
<body>
<%! private String checkNull(String inp)
{
......@@ -183,7 +193,7 @@ System.out.println("ArrayList preview Size>>>>>>>>>"+gltracePreviewList1.size())
%>
<table border ='1'>
<table border ='0'>
<thead>
<td>Tran Id</td><td>Trand_date</td><td>Ref_Ser</td><td>Ref_Id</td><td>Acct Code</td><td>Descr</td><td>Dr Amt</td><td>Cr Amt</td><td>Site Code</td><td>Fin Entity</td><td>Sundry Code</td><td>Sundry Type</td>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment