]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/ar/search_master.html
XUL - Menu für Firefox/Prism: Stylesheet geändert.
[mfinanz.git] / templates / webpages / ar / search_master.html
index 250cfd9eb8c311e4d220c3ff937fa01c4a5d61c8..7b1342580c427c90ee1a1e4cc9c9d070a641e1d4 100644 (file)
@@ -1,4 +1,4 @@
-<body
+<body>
 
  <form method=post name="search" action=[% script %]>
 
      <tr>
       <th align=right nowrap><translate>From</translate></th>
       <td>
-       <input name=transdatefrom id=transdatefrom size=11 title="dateformat | html %]" onBlur=\"check_right_date_format(this)\">
+       <input name=transdatefrom id=transdatefrom size=11 title="[% dateformat | html %]" onBlur="check_right_date_format(this)">
        <input type=button name=transdatefrom id="trigger1" value=<translate>button</translate>>
       </td>
      <th align=right><translate>Bis</translate></th>
      <td>
-      <input name=transdateto id=transdateto size=11 title="[% dateformat | html %]" onBlur=\"check_right_date_format(this)\">
+      <input name=transdateto id=transdateto size=11 title="[% dateformat | html %]" onBlur="check_right_date_format(this)">
       <input type=button name=transdateto name=transdateto id="trigger2" value=<translate>button</translate>>
      </td>
     </tr>
    <br>
    <input class=submit type=submit name=action value="<translate>Continue</translate>">
   </form>
- </body>
  <script type="text/javascript">
  <!--
    Calendar.setup( { inputField : "transdatefrom", ifFormat :"[% myconfig_jsc_dateformat %]", align : "BR", button : "trigger1" });
    Calendar.setup( { inputField : "transdateto", ifFormat :"[% myconfig_jsc_dateformat %]", align : "BL", button : "trigger2" });
    $(document).ready(function(){
-    focus();
+    $('customer').focus();
     setupDateFormat('[% dateformat | html %]','<translate>Falsches Datumsformat!</translate>');
     setupPoints('[% numberformat | html %]','<translate>wrongformat</translate>');
    })
  //-->
  </script>
+ </body>
 </html>