From eb173d13dbd63cd2fdbeae93edf8dcb61900e0c9 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Mon, 5 Mar 2007 13:48:23 +0000 Subject: [PATCH] =?utf8?q?Steuerschl=C3=BCssel-Drop-Down=20braucht=20f?= =?utf8?q?=C3=BCr=20das=20JavaScript=20eine=20ID.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- bin/mozilla/gl.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/mozilla/gl.pl b/bin/mozilla/gl.pl index 5154a3fcf..d0616ab1a 100644 --- a/bin/mozilla/gl.pl +++ b/bin/mozilla/gl.pl @@ -1115,6 +1115,7 @@ sub display_rows { $accno = qq|| . $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||; $tax = qq|| . $cgi->popup_menu('-name' => "taxchart_$i", + '-id' => "taxchart_$i", '-style' => 'width:200px', '-tabindex' => ($i + 10 + (($i - 1) * 8)), '-values' => \@taxchart_values, -- 2.20.1