]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/ct/form_header.html
Admin: bei Admin/login direkt Redirect zu show, falls bereits eingeloggt
[mfinanz.git] / templates / webpages / ct / form_header.html
index 825a4b82e614e1fc4d5736da550a62ef394aea9b..ff2d36b90ba672fcfd7b0554078796f8cc5b1305 100644 (file)
       <td>[% L.input_tag('bic', bic, maxlength=100, size=30) %]</td>
       [%- IF ALL_CURRENCIES.size %]
         <th align="right">[% 'Currency' | $T8 %]</th>
-        <td>[% L.select_tag('currency', ALL_CURRENCIES, default = currency, with_empty = 1) %]</td>
+        <td>[% L.select_tag('currency', ALL_CURRENCIES, default = currency) %]</td>
       [%- END %]
      </tr>