]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/ustva/report.html
ActionBar: Verwendung bei UStVA
[mfinanz.git] / templates / webpages / ustva / report.html
index dacbebcbbabe5e3c640a122d647c3299492f1ebd..f4fa9658bb309748c05245696e2c3685c229693e 100644 (file)
@@ -1,5 +1,5 @@
 [%- USE T8 %]
-[% USE HTML %]
+[% USE HTML %][%- USE L -%]
 <h1>[% HTML.escape(title) %]</h1>
 
  <form method="post" id="form_do" action="[% HTML.escape(script) %]">
   <input type="hidden" name="co_city" value="[% HTML.escape(co_city) %]">
   <input type="hidden" name="account_method" value="[% HTML.escape(account_method) %]">
   <input type="hidden" name="fa_bufa_nr" value="[% HTML.escape(fa_bufa_nr) %]">
-  <table width="100%">
-  <tr>
-   <td align="left">
-     <input type=hidden name=nextsub value=generate_ustva>
-     <input type=hidden name=format  value=html>
-     <input type=submit class=submit name=action value="[% 'Show' | $T8 %]">
-   </td>
-[%- IF geierlein_enabled %]
-   <td align="left">
-     <input type=button class=submit onclick="return sendGeierlein();" value="[% 'To Geierlein' | $T8 %]">
-   </td>
-[%- END %]
-   <td align="right">
-   </td>
-  </tr>
-  </table>
+  [% L.hidden_tag("format", "html") %]
 </form>
-[%- IF geierlein_enabled && geierlein_path %]
+[%- IF LXCONFIG.paths.geierlein_path %]
 <script type='text/javascript'>
 function sendGeierlein () {
  kivi.submit_ajax_form('controller.pl?action=ODGeierlein/send', $('#form_do'));