Revision a14a3ff5
Von Moritz Bunkus vor fast 18 Jahren hinzugefügt
bin/mozilla/ic.pl | ||
---|---|---|
185 | 185 |
<td width=5%> </td> |
186 | 186 |
<th>| . $locale->text('From') . qq|</th> |
187 | 187 |
$button1 |
188 |
<th>| . $locale->text('To') . qq|</th> |
|
188 |
<th>| . $locale->text('To (time)') . qq|</th>
|
|
189 | 189 |
$button2 |
190 | 190 |
</tr> |
191 | 191 |
</table> |
... | ... | |
235 | 235 |
<tr> |
236 | 236 |
<th>| . $locale->text('From') . qq|</th> |
237 | 237 |
$button1 |
238 |
<th>| . $locale->text('To') . qq|</th> |
|
238 |
<th>| . $locale->text('To (time)') . qq|</th>
|
|
239 | 239 |
$button2 |
240 | 240 |
</tr> |
241 | 241 |
</table> |
... | ... | |
1596 | 1596 |
if ($form->{transdateto}) { |
1597 | 1597 |
$callback .= "&transdateto=$form->{transdateto}"; |
1598 | 1598 |
$option .= "\n<br>" |
1599 |
. $locale->text('To') |
|
1599 |
. $locale->text('To (time)')
|
|
1600 | 1600 |
. " " |
1601 | 1601 |
. $locale->date(\%myconfig, $form->{transdateto}, 1); |
1602 | 1602 |
} |
Auch abrufbar als: Unified diff
Jede Menge Javascript-Kalender eingefügt, und an einigen Stellen die Beschriftung von Datumsfeldern von "an" in "bis" geändert.