Revision eb173d13
Von Moritz Bunkus vor fast 18 Jahren hinzugefügt
bin/mozilla/gl.pl | ||
---|---|---|
1115 | 1115 |
|
1116 | 1116 |
$accno = qq|<td>| . |
1117 | 1117 |
$cgi->popup_menu('-name' => "accno_$i", |
1118 |
'-id' => "accno_$i", |
|
1118 | 1119 |
'-onChange' => "setTaxkey(this, $i)", |
1119 | 1120 |
'-style' => 'width:200px', |
1120 | 1121 |
'-tabindex' => ($i + 5 + (($i - 1) * 8)), |
... | ... | |
1124 | 1125 |
. qq|</td>|; |
1125 | 1126 |
$tax = qq|<td>| . |
1126 | 1127 |
$cgi->popup_menu('-name' => "taxchart_$i", |
1128 |
'-id' => "taxchart_$i", |
|
1127 | 1129 |
'-style' => 'width:200px', |
1128 | 1130 |
'-tabindex' => ($i + 10 + (($i - 1) * 8)), |
1129 | 1131 |
'-values' => \@taxchart_values, |
Auch abrufbar als: Unified diff
Steuerschlüssel-Drop-Down braucht für das JavaScript eine ID.