Merge branch 'test' of ../kivitendo-erp_20220811
[kivitendo-erp.git] / templates / webpages / ca / list.html
index 1bd5ff6..c0392c2 100644 (file)
@@ -2,18 +2,15 @@
 [% USE T8 %]
 [% USE HTML %]
 [% USE LxERP %]
-<form method=post action="[% script %]">
+<h1>[% title | html %]</h1>
+
+<form method=post action="[% script | html %]">
 
 [% L.hidden_tag('accno', accno) %]
 [% L.hidden_tag('description', description) %]
 [% L.hidden_tag('sort', 'transdate') %]
 [% L.hidden_tag('accounttype', accounttype) %]
 
-<table border=0 width=100%>
-  <tr>
-    <th class=listtop>[% title | html %]</th>
-  </tr>
-</table>
 <table>
         <tr>
           <th align=left>[% L.radio_button_tag('reporttype', value='custom', label=LxERP.t8('Customized Report')) %]</th>