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:
95155b0
)
Steuerschlüssel-Drop-Down braucht für das JavaScript eine ID.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 5 Mar 2007 13:48:23 +0000
(13:48 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 5 Mar 2007 13:48:23 +0000
(13:48 +0000)
bin/mozilla/gl.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/gl.pl
b/bin/mozilla/gl.pl
index
5154a3f
..
d0616ab
100644
(file)
--- a/
bin/mozilla/gl.pl
+++ b/
bin/mozilla/gl.pl
@@
-1115,6
+1115,7
@@
sub display_rows {
$accno = qq|<td>| .
$cgi->popup_menu('-name' => "accno_$i",
+ '-id' => "accno_$i",
'-onChange' => "setTaxkey(this, $i)",
'-style' => 'width:200px',
'-tabindex' => ($i + 5 + (($i - 1) * 8)),
@@
-1124,6
+1125,7
@@
sub display_rows {
. qq|</td>|;
$tax = qq|<td>| .
$cgi->popup_menu('-name' => "taxchart_$i",
+ '-id' => "taxchart_$i",
'-style' => 'width:200px',
'-tabindex' => ($i + 10 + (($i - 1) * 8)),
'-values' => \@taxchart_values,