Revision eeb49024
Von Philip Reetz vor etwa 18 Jahren hinzugefügt
bin/mozilla/oe.pl | ||
---|---|---|
494 | 494 |
$vclabel = ucfirst $form->{vc}; |
495 | 495 |
$vclabel = $locale->text($vclabel); |
496 | 496 |
|
497 |
$terms = qq|<input name=terms size="3" maxlength="3" value="| . |
|
498 |
$form->quote($form->{terms}) . qq|">|; |
|
497 |
|
|
499 | 498 |
|
500 | 499 |
if ($form->{business}) { |
501 | 500 |
$business = qq| |
... | ... | |
626 | 625 |
</tr> |
627 | 626 |
|; |
628 | 627 |
|
629 |
$terms = ""; |
|
630 | 628 |
} |
631 | 629 |
|
632 | 630 |
$ordnumber .= qq| |
... | ... | |
805 | 803 |
$openclosed |
806 | 804 |
$employee |
807 | 805 |
$ordnumber |
808 |
$terms |
|
809 | 806 |
</table> |
810 | 807 |
</td> |
811 | 808 |
</tr> |
Auch abrufbar als: Unified diff
terms komplett entfernt