Layout: title Ausgabe normalisieren
[kivitendo-erp.git] / templates / webpages / oe / report_for_todo_list.html
index 6b8a184..98b0f4a 100644 (file)
@@ -1,9 +1,7 @@
 [%- USE T8 %]
 [% USE HTML %][% USE LxERP %]
+<h1>[% 'Overdue sales quotations and requests for quotations' | $T8 %]</h1>
 
-<div class="listtop">[% 'Overdue sales quotations and requests for quotations' | $T8 %]</div>
-
-<p>
  <table width="100%">
   <tr>
    <td class="listheading">[% 'Date' | $T8 %]</td>
@@ -20,7 +18,7 @@
    <td>[% HTML.escape(row.transdate) %]</td>
    <td>[% HTML.escape(row.reqdate) %]</td>
    <td>
-    <a href="[% edit_url %]&vc=[% HTML.url(row.vc) %]&type=[% IF row.vc == 'customer' %]sales_quotation[% ELSE %]request_quotation[% END %]&id=[% HTML.url(row.id) %]">
+    <a href="[% edit_url | html %]&amp;vc=[% row.vc | html %]&amp;type=[% IF row.vc == 'customer' %]sales_quotation[% ELSE %]request_quotation[% END %]&amp;id=[% row.id | html %]">
      [% IF row.vc == 'customer' %]
      [% 'Sales quotation' | $T8 %]
      [% ELSE %]
@@ -42,4 +40,3 @@
   </tr>
   [%- END %]
  </table>
-</p>