From: Moritz Bunkus Date: Tue, 5 Aug 2008 12:58:48 +0000 (+0000) Subject: Konsistenz: Der Button, der das Detail-Popup-Fenster für Kunden und Lieferanten öffne... X-Git-Tag: release-2.6.0beta1~11 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=90ae71a95ac996054b1763930b92babded9a9e9f;p=kivitendo-erp.git Konsistenz: Der Button, der das Detail-Popup-Fenster für Kunden und Lieferanten öffnet, sollte überall gleich beschriftet sein (mit "D"). --- diff --git a/bin/mozilla/ir.pl b/bin/mozilla/ir.pl index 022c85840..87225eb04 100644 --- a/bin/mozilla/ir.pl +++ b/bin/mozilla/ir.pl @@ -347,7 +347,7 @@ sub form_header { : (NTI($cgi->popup_menu('-name' => 'vendor', '-default' => $form->{oldvendor}, '-onChange' => 'document.getElementById(\'update_button\').click();', '-values' => \@values, '-labels' => \%labels, '-style' => 'width: 250px')))) . qq| - + |; %labels = (); diff --git a/bin/mozilla/is.pl b/bin/mozilla/is.pl index 933602fa1..e7c5a44bf 100644 --- a/bin/mozilla/is.pl +++ b/bin/mozilla/is.pl @@ -383,7 +383,7 @@ sub form_header { : (NTI($cgi->popup_menu('-name' => 'customer', '-default' => $form->{oldcustomer}, '-onChange' => 'document.getElementById(\'update_button\').click();', '-values' => \@values, '-labels' => \%labels, '-style' => 'width: 250px')))) . qq| - + |; %labels = (); diff --git a/locale/de/all b/locale/de/all index 086120f65..2d8018159 100644 --- a/locale/de/all +++ b/locale/de/all @@ -469,6 +469,7 @@ $self->{texts} = { 'Destination bin' => 'Ziellagerplatz', 'Destination warehouse' => 'Ziellager', 'Destination warehouse and bin' => 'Ziellager und -lagerplatz', + 'Details (one letter abbreviation)' => 'D', 'Difference' => 'Differenz', 'Dimension unit' => 'Maßeinheit', 'Directory' => 'Verzeichnis', diff --git a/locale/de/ir b/locale/de/ir index 1dc59da9c..29ebe8da0 100644 --- a/locale/de/ir +++ b/locale/de/ir @@ -82,6 +82,7 @@ $self->{texts} = { 'Department' => 'Abteilung', 'Dependency loop detected:' => 'Schleife in den Abhängigkeiten entdeckt:', 'Description' => 'Beschreibung', + 'Details (one letter abbreviation)' => 'D', 'Directory' => 'Verzeichnis', 'Discount' => 'Rabatt', 'Draft saved.' => 'Entwurf gespeichert.', diff --git a/locale/de/is b/locale/de/is index 86e122bd3..d6dab0fcf 100644 --- a/locale/de/is +++ b/locale/de/is @@ -92,6 +92,7 @@ $self->{texts} = { 'Department' => 'Abteilung', 'Dependency loop detected:' => 'Schleife in den Abhängigkeiten entdeckt:', 'Description' => 'Beschreibung', + 'Details (one letter abbreviation)' => 'D', 'Directory' => 'Verzeichnis', 'Discount' => 'Rabatt', 'Draft saved.' => 'Entwurf gespeichert.', diff --git a/templates/webpages/do/form_header_de.html b/templates/webpages/do/form_header_de.html index e2ea492e2..20f59ea64 100644 --- a/templates/webpages/do/form_header_de.html +++ b/templates/webpages/do/form_header_de.html @@ -112,7 +112,7 @@ [%- END %] - + [%- IF ALL_CONTACTS.size %] diff --git a/templates/webpages/do/form_header_master.html b/templates/webpages/do/form_header_master.html index 1f7b40d84..4f54ecdef 100644 --- a/templates/webpages/do/form_header_master.html +++ b/templates/webpages/do/form_header_master.html @@ -112,7 +112,7 @@ [%- END %] - + [%- IF ALL_CONTACTS.size %] diff --git a/templates/webpages/oe/form_header_master.html b/templates/webpages/oe/form_header_master.html index 308bd16fe..27ae25031 100644 --- a/templates/webpages/oe/form_header_master.html +++ b/templates/webpages/oe/form_header_master.html @@ -45,7 +45,7 @@ limit = vclimit, allow_textbox = 1, onChange = "document.getElementById('update_button').click();" -%] - + [%- IF ALL_CONTACTS.size %]