Falschen HTML-Code bereinigt.
[kivitendo-erp.git] / templates / webpages / ar / search_master.html
index 250cfd9..09872cf 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" });
    })
  //-->
  </script>
+ </body>
 </html>