Auftrags-Controller: Mehrfach-Artikelauswahl mit Mengeneingabe.
[kivitendo-erp.git] / templates / webpages / ustva / config_step2.html
index 9f4f79d..083118d 100644 (file)
@@ -1,16 +1,9 @@
 [%- USE T8 %]
-[% USE HTML %]<!--This file is autogenerated,
- Edit templates/webpages/ustva/config_step2_master.html
- and run locale/<cc>/locales.pl -->
+[% USE HTML %]
+<h1>[% 'Tax Office Preferences' | $T8 %]</h1>
 
-
-<body>
   <form name="elsterform" method="post" action="[% script %]">
     <table width="100%">
-       <tr>
-         <th colspan="2" class="listtop">
-           [% 'Tax Office Preferences' | $T8 %]</th>
-       </tr>
        <tr>
          <td colspan=2>
            <br>
 [%- IF COA_Germany %]
            [% input_steuernummer %]
 [%- ELSE %]
-[% 'Please enter the taxnumber in the administration menu user preferences' | $T8 %]
+[% 'Please enter the taxnumber in the client configuration.' | $T8 %]
 [% 'Current value:' | $T8 %] [% HTML.escape(myconfig_taxnumber) %]
 [%- END %]
 
 
 
   </form>
-</body>
-</html>