Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 96b6e28f

Von Moritz Bunkus vor fast 18 Jahren hinzugefügt

  • ID 96b6e28fa0928216c64355cfdef53c4496bb3a31
  • Vorgänger c722e644
  • Nachfolger f58a783a

Recommit von r1009 von skoehler: Nachtrag Bug 323, Benennung korrigiert

Unterschiede anzeigen:

bin/mozilla/rc.pl
71 71
	<tr>
72 72
	  <th align=right>| . $locale->text('From') . qq|</th>
73 73
	  <td><input name=fromdate size=11 title="$myconfig{dateformat}"></td>
74
	  <th align=right>| . $locale->text('To') . qq|</th>
74
	  <th align=right>| . $locale->text('Until') . qq|</th>
75 75
	  <td><input name=todate size=11 title="$myconfig{dateformat}"></td>
76 76
	</tr>
77 77
      </table>
......
152 152
  if ($form->{todate}) {
153 153
    $option .= "\n<br>" if ($option);
154 154
    $option .=
155
        $locale->text('Bis') . "&nbsp;"
155
        $locale->text('Until') . "&nbsp;"
156 156
      . $locale->date(\%myconfig, $form->{todate}, 0);
157 157
  }
158 158

  

Auch abrufbar als: Unified diff