Revision 75f04d3e
Von Moritz Bunkus vor mehr als 17 Jahren hinzugefügt
bin/mozilla/oe.pl | ||
---|---|---|
1407 | 1407 |
$labels{$item->{"id"}} = $item->{"name"} ne "" ? $item->{"name"} : $item->{"login"}; |
1408 | 1408 |
} |
1409 | 1409 |
|
1410 |
my $employee = qq| |
|
1410 |
my $employee_block = qq|
|
|
1411 | 1411 |
<tr> |
1412 | 1412 |
<th align="right">| . $locale->text('Employee') . qq|</th> |
1413 | 1413 |
<td>| . |
... | ... | |
1457 | 1457 |
<th align=right>$ordlabel</th> |
1458 | 1458 |
<td colspan=3><input name="$ordnumber" size=20></td> |
1459 | 1459 |
</tr> |
1460 |
$employee |
|
1460 |
$employee_block
|
|
1461 | 1461 |
<tr> |
1462 | 1462 |
<th align="right">| . $locale->text('Transaction description') . qq|</th> |
1463 | 1463 |
<td colspan="3"><input name="transaction_description" size=20></td> |
Auch abrufbar als: Unified diff
Zerschossenes Layout durch Verwendung der gleichen Variablen für unterschiedliche Dinge behoben.