]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/oe/form_header.html
Constraints auf vendor/customer: Vorher alle verwaisten Einträge entfernen
[mfinanz.git] / templates / webpages / oe / form_header.html
index 48fc32a8ceffd679cceb3e0bb66030aafa0f3dae..5ec0db5ca8990c5011f8c6a33d06a0f28c613d2e 100644 (file)
                     </td>
                   </tr>
 [%- END %]
-                  <tr>
 [%- IF currencies %]
                   <tr>
                     <th align="right">[% 'Currency' | $T8 %]</th>
           </table>
         </td>
       </tr>
-
-    <script type="text/javascript">
-     <!--
-       Calendar.setup({ inputField : "transdate", ifFormat :"[% myconfig_jsc_dateformat %]", align : "BL", button : "trigger1" });
-       Calendar.setup({ inputField : "reqdate", ifFormat :"[% myconfig_jsc_dateformat %]", align : "BL", button : "trigger2" });
-
-       $('document').ready(function(){
-         setupDateFormat('[% dateformat %]', '[% 'Falsches Datumsformat!' | $T8 %]');
-         setupPoints('[% numberformat %]', '[% 'wrongformat' | $T8 %]');
-       });
-     //-->
-    </script>