]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/ct/form_header.html
Fix für Bug 1773: SQL Fehler bei Anzeige von Angeboten
[mfinanz.git] / templates / webpages / ct / form_header.html
index c25a0f0296ac948ef2cc0567e1c687d5854217fd..9671cab24ba6708d351bf4f85a5bcebb9e0205b7 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>