projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a14956
)
Tabellenzeilen farblich unterschiedlich hinterlegen.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Fri, 25 Jan 2008 07:39:05 +0000
(07:39 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Fri, 25 Jan 2008 07:39:05 +0000
(07:39 +0000)
bin/mozilla/ic.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/ic.pl
b/bin/mozilla/ic.pl
index
aa83e54
..
928a0ab
100644
(file)
--- a/
bin/mozilla/ic.pl
+++ b/
bin/mozilla/ic.pl
@@
-270,7
+270,7
@@
sub list {
for ($j = 1; $j <= $i; $j++) {
print qq|
- <tr class=listrow
1
>|;
+ <tr class=listrow
| . ($j % 2) . qq|
>|;
if ($j == 1) {
print qq|
<td><input name=ndx class=radio type=radio value=$j checked></td>|;
@@
-752,8
+752,8
@@
sub addtop100 {
} #rof
} #fi
# build data for columns
+ my $i = 0;
foreach my $ref (@{ $form->{parts} }) {
- my $i = 0;
if ($form->{l_subtotal} eq 'Y' && !$ref->{assemblyitem}) {
if ($sameitem ne $ref->{ $form->{sort} }) {