Revision dd9d8ebf
Von Holger Lindemann vor fast 18 Jahren hinzugefügt
bin/mozilla/ct.pl | ||
---|---|---|
1167 | 1167 |
<tr> |
1168 | 1168 |
<th align=left nowrap>| . $locale->text('From') . qq|</th> |
1169 | 1169 |
<td><input id=from name=from size=10 maxlength=10 value="$form->{from}"> |
1170 |
<input type="button" name="from" id="trigger_from" value="?"></td> |
|
1170 |
<input type="button" name="fromB" id="trigger_from" value="?"></td>
|
|
1171 | 1171 |
<th align=left nowrap>| . $locale->text('To (time)') . qq|</th> |
1172 | 1172 |
<td><input id=to name=to size=10 maxlength=10 value="$form->{to}"> |
1173 |
<input type="button" name="to" id="trigger_to" value="?"></td> |
|
1173 |
<input type="button" name="toB" id="trigger_to" value="?"></td>
|
|
1174 | 1174 |
</tr> |
1175 | 1175 |
<tr> |
1176 | 1176 |
<td colspan=4> |
... | ... | |
1183 | 1183 |
|
1184 | 1184 |
</div> |
1185 | 1185 |
|
1186 |
| . $form->write_trigger(\%myconfig, 2, "from", "BL", "trigger_from", |
|
1187 |
"to", "BL", "trigger_to"); |
|
1186 |
| . $form->write_trigger(\%myconfig, 2, "fromB", "BL", "trigger_from",
|
|
1187 |
"toB", "BL", "trigger_to");
|
|
1188 | 1188 |
|
1189 | 1189 |
$lxdebug->leave_sub(); |
1190 | 1190 |
} |
Auch abrufbar als: Unified diff
Bug 511