Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision dd9d8ebf

Von Holger Lindemann vor etwa 18 Jahren hinzugefügt

  • ID dd9d8ebf1c16c9ba6dc92c77df52e72c76070233
  • Vorgänger 75edb8e6
  • Nachfolger fedfcc67

Bug 511

Unterschiede anzeigen:

bin/mozilla/ct.pl
<tr>
<th align=left nowrap>| . $locale->text('From') . qq|</th>
<td><input id=from name=from size=10 maxlength=10 value="$form->{from}">
<input type="button" name="from" id="trigger_from" value="?"></td>
<input type="button" name="fromB" id="trigger_from" value="?"></td>
<th align=left nowrap>| . $locale->text('To (time)') . qq|</th>
<td><input id=to name=to size=10 maxlength=10 value="$form->{to}">
<input type="button" name="to" id="trigger_to" value="?"></td>
<input type="button" name="toB" id="trigger_to" value="?"></td>
</tr>
<tr>
<td colspan=4>
......
</div>
| . $form->write_trigger(\%myconfig, 2, "from", "BL", "trigger_from",
"to", "BL", "trigger_to");
| . $form->write_trigger(\%myconfig, 2, "fromB", "BL", "trigger_from",
"toB", "BL", "trigger_to");
$lxdebug->leave_sub();
}

Auch abrufbar als: Unified diff