Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision a14a3ff5

Von Moritz Bunkus vor fast 18 Jahren hinzugefügt

  • ID a14a3ff56b00e22c39a2cfb0e465f8c7764a4cd4
  • Vorgänger ddc3bbb1
  • Nachfolger b0d83fa8

Jede Menge Javascript-Kalender eingefügt, und an einigen Stellen die Beschriftung von Datumsfeldern von "an" in "bis" geändert.

Unterschiede anzeigen:

bin/mozilla/ic.pl
185 185
		<td width=5%>&nbsp;</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
        . "&nbsp;"
1601 1601
        . $locale->date(\%myconfig, $form->{transdateto}, 1);
1602 1602
    }

Auch abrufbar als: Unified diff