Langtext-Dialog: Größe prozentual zum Hauptfenster einstellbar pro Benutzer
[kivitendo-erp.git] / templates / webpages / dbupgrade / tax_constraints.html
index 085e9fb..7062980 100644 (file)
@@ -1,5 +1,6 @@
 [%- USE T8 %]
-[% USE HTML %]<div class="listtop">[% 'Inconsistency in database' | $T8 %]</div>
+[% USE HTML %]
+<h1>[% 'Inconsistency in database' | $T8 %]</h1>
 
 <form name="Form" method="post" action="login.pl">
 <input type="hidden" name="action" value="login">
@@ -16,7 +17,7 @@
       <th class="listheading">[% 'tax_taxdescription' | $T8 %]</th>
       <th class="listheading">[% 'tax_rate' | $T8 %]</th>
     </tr>
-  
+
     [% SET row_odd = '1' %][% FOREACH row = TAX %]
     <tr class="listrow[% IF row_odd %]1[% SET row_odd = '0' %][% ELSE %]0[% SET row_odd = '1' %][% END %]">
       <td align="right">[% HTML.escape(row.taxkey) %]</td>
@@ -25,9 +26,9 @@
     </tr>
     [% END %]
   </table>
-  
+
 [% END %]
-  
+
 [% IF taxkey_is_null %]
   <p>[% 'There are entries in tax where taxkey is NULL.' | $T8 %]</p>
   <p>[% 'Please define a taxkey for the following taxes and run the update again:' | $T8 %]</p>
@@ -38,7 +39,7 @@
       <th class="listheading">[% 'taxnumber' | $T8 %]</th>
       <th class="listheading">[% 'account_description' | $T8 %]</th>
     </tr>
-  
+
     [% SET row_odd = '1' %][% FOREACH row = TAX %]
     <tr class="listrow[% IF row_odd %]1[% SET row_odd = '0' %][% ELSE %]0[% SET row_odd = '1' %][% END %]">
       <td align="left"> [% HTML.escape(row.taxdescription) %]</a></td>
@@ -48,6 +49,6 @@
     </tr>
     [% END %]
   </table>
-  
+
 [% END %]
 </form>