From 3d728d80f0cb455b9cece7f2820954e79552f888 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Thu, 14 May 2009 10:10:45 +0000 Subject: [PATCH] =?utf8?q?Beim=20Aufrufen=20der=20Dialogbuchenmaske=20auto?= =?utf8?q?matisch=20die=20richtigen=20Steuers=C3=A4tze=20f=C3=BCr=20die=20?= =?utf8?q?vorausgew=C3=A4hlten=20Konten=20ausw=C3=A4hlen.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Fix für Bug 960. --- bin/mozilla/gl.pl | 8 +++++--- .../gl/form_footer_initial_taxkey_selection_de.html | 8 ++++++++ .../gl/form_footer_initial_taxkey_selection_master.html | 8 ++++++++ 3 files changed, 21 insertions(+), 3 deletions(-) create mode 100644 templates/webpages/gl/form_footer_initial_taxkey_selection_de.html create mode 100644 templates/webpages/gl/form_footer_initial_taxkey_selection_master.html diff --git a/bin/mozilla/gl.pl b/bin/mozilla/gl.pl index 0f34f1b94..1307a2796 100644 --- a/bin/mozilla/gl.pl +++ b/bin/mozilla/gl.pl @@ -845,7 +845,7 @@ sub display_rows { $accno = qq|| . NTI($cgi->popup_menu('-name' => "accno_$i", '-id' => "accno_$i", - '-onChange' => "setTaxkey(this, $i)", + '-onChange' => "setTaxkey($i)", '-style' => 'width:200px', '-values' => \@chart_values, '-labels' => \%chart_labels, @@ -990,7 +990,8 @@ sub form_header { $form->{javascript} = qq| diff --git a/templates/webpages/gl/form_footer_initial_taxkey_selection_master.html b/templates/webpages/gl/form_footer_initial_taxkey_selection_master.html new file mode 100644 index 000000000..9b32d2813 --- /dev/null +++ b/templates/webpages/gl/form_footer_initial_taxkey_selection_master.html @@ -0,0 +1,8 @@ + -- 2.20.1