Revision 9371c079
Von Moritz Bunkus vor fast 17 Jahren hinzugefügt
bin/mozilla/ic.pl | ||
---|---|---|
270 | 270 |
for ($j = 1; $j <= $i; $j++) { |
271 | 271 |
|
272 | 272 |
print qq| |
273 |
<tr class=listrow1>|;
|
|
273 |
<tr class=listrow| . ($j % 2) . qq|>|;
|
|
274 | 274 |
if ($j == 1) { |
275 | 275 |
print qq| |
276 | 276 |
<td><input name=ndx class=radio type=radio value=$j checked></td>|; |
... | ... | |
752 | 752 |
} #rof |
753 | 753 |
} #fi |
754 | 754 |
# build data for columns |
755 |
my $i = 0; |
|
755 | 756 |
foreach my $ref (@{ $form->{parts} }) { |
756 |
my $i = 0; |
|
757 | 757 |
|
758 | 758 |
if ($form->{l_subtotal} eq 'Y' && !$ref->{assemblyitem}) { |
759 | 759 |
if ($sameitem ne $ref->{ $form->{sort} }) { |
Auch abrufbar als: Unified diff
Tabellenzeilen farblich unterschiedlich hinterlegen.