Merge branch 'test' of ../kivitendo-erp_20220811
[kivitendo-erp.git] / templates / webpages / ca / list.html
index 82cd180..c0392c2 100644 (file)
@@ -2,19 +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('decription', description) %]
+[% L.hidden_tag('description', description) %]
 [% L.hidden_tag('sort', 'transdate') %]
-[% L.hidden_tag('eur', cash) %]
 [% 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>
         <tr>
                    <td colspan=5><hr size=3 noshade></td>
         </tr>
-        <tr>
-          <th align=leftt>[% 'Method' | $T8 %]</th>
-          <td colspan=3>[% L.radio_button_tag('method', value='accrual', checked=!cash, label=LxERP.t8('Accrual')) %]
-                        [% L.radio_button_tag('method', value='cash', checked=cash, label=LxERP.t8('EUR')) %]</td>
-        </tr>
         <tr>
          <th align=right colspan=4>[% 'Decimalplaces' | $T8 %]</th>
          <td><input name=decimalplaces size=3 value="2"></td>
@@ -88,4 +79,3 @@
 
 <br>[% L.submit_tag('action', LxERP.t8('List Transactions')) %]
 </form>
-