Falschen HTML-Code behoben
authorMoritz Bunkus <m.bunkus@linet-services.de>
Tue, 16 Mar 2010 08:11:50 +0000 (09:11 +0100)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Tue, 16 Mar 2010 08:11:50 +0000 (09:11 +0100)
Teilweise Fix für Bug 1374.

templates/webpages/ar/search_de.html
templates/webpages/ar/search_master.html

index a6bf910..fa5d643 100644 (file)
      <tr>
       <th align=right nowrap>Von</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=?>
       </td>
      <th align=right>bis</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=?>
      </td>
     </tr>
index 250cfd9..7a37fff 100644 (file)
      <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>