Layout: title Ausgabe normalisieren
[kivitendo-erp.git] / templates / webpages / dunning / show_invoices.html
index b7ee6ed..d087ec9 100644 (file)
@@ -1,13 +1,13 @@
 [%- USE T8 %]
 [% USE HTML %]
 [% USE L %]
+<h1>[% title %]</h1>
+
 [% SET all_active = 1 %][% FOREACH row = DUNNINGS %][% IF !row.active %][% SET all_active = 0 %][% LAST %][% END %][% END %]
 [% SET all_email = 1 %][% FOREACH row = DUNNINGS %][% IF !row.email %][% SET all_email = 0 %][% LAST %][% END %][% END %]
  <script type="text/javascript" src="js/common.js"></script>
  <script type="text/javascript" src="js/dunning.js"></script>
 
- <div class="listtop" width="100%">[% title %]</div>
-
  <p>[% 'The columns &quot;Dunning Duedate&quot;, &quot;Total Fees&quot; and &quot;Interest&quot; show data for the previous dunning created for this invoice.' | $T8 %]</p>
 
  <form name="Form" method="post" action="dn.pl">