]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/ct/form_header.html
division by zero Fehler bei GuV und EÜR
[mfinanz.git] / templates / webpages / ct / form_header.html
index c25a0f0296ac948ef2cc0567e1c687d5854217fd..4d6ee5a29875a3dd53ac01af8b65bed0d6323bd5 100644 (file)
@@ -1,11 +1,12 @@
 [%- USE T8 %]
 [% USE HTML %][% USE LxERP %]
 [% USE L %]
-[% L.javascript_tag('jquery') %]
 <body>
 
  <h1>[% title %]</h1>
 
+ [% PROCESS 'common/flash.html' %]
+
  <form method="post" name="ct" action="ct.pl" >
 
   <ul id="maintab" class="shadetabs">
       <td><input name="iban" size="10" maxlength="100" value="[% HTML.escape(iban) %]"></td>
       <th align="right">[% 'BIC' | $T8 %]</th>
       <td><input name="bic" size="10" maxlength="100" value="[% HTML.escape(bic) %]"></td>
+      [%- IF ALL_CURRENCIES.size %]
+        <th align="right">[% 'Currency' | $T8 %]</th>
+        <td>[% L.select_tag('currency', L.options_for_select(ALL_CURRENCIES, default=currency, with_empty=1)) %]</td>
+      [%- END %]
      </tr>
 
      <tr>
 
    <div id="contacts" class="tabcontent">
     [% INCLUDE 'ct/_contact.html' %]
-
-    <input type="submit" id="delete_contact" name="action" value="[% 'Delete Contact' | $T8 %]" disabled>
-    <br style="clear: left" />
    </div>
 
    <div id="deliveries" class="tabcontent">