]> wagnertech.de Git - kivitendo-erp.git/commitdiff
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 a6bf91010c83f0f46301c65a14438985fa3ca21c..fa5d6439a7b52f2dfd02316436048dcbb0f26905 100644 (file)
      <tr>
       <th align=right nowrap>Von</th>
       <td>
      <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 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>
       <input type=button name=transdateto name=transdateto id="trigger2" value=?>
      </td>
     </tr>
index 250cfd9eb8c311e4d220c3ff937fa01c4a5d61c8..7a37ffff1cb25d18975ae27e6a2d28f238ab56f0 100644 (file)
      <tr>
       <th align=right nowrap><translate>From</translate></th>
       <td>
      <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 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>
       <input type=button name=transdateto name=transdateto id="trigger2" value=<translate>button</translate>>
      </td>
     </tr>