From fb7fdc29172d26911de001f9a4a5daf3b8fa080b Mon Sep 17 00:00:00 2001 From: Thomas Kasulke Date: Mon, 25 Jun 2007 12:41:36 +0000 Subject: [PATCH] =?utf8?q?maxlength=20in=20den=20Formularen=20aus=20ct.pl?= =?utf8?q?=20(Kunde=20eintragen,Lieferant=20eintragen)=20an=20die=20L?= =?utf8?q?=C3=A4nge=20der=20Felder=20in=20der=20Datenbank=20angepasst.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- bin/mozilla/ct.pl | 50 +++++++++++++++++++++++------------------------ 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/bin/mozilla/ct.pl b/bin/mozilla/ct.pl index e3b516bd1..bf2724ca0 100644 --- a/bin/mozilla/ct.pl +++ b/bin/mozilla/ct.pl @@ -382,7 +382,7 @@ sub form_header { if ($form->{db} eq 'vendor') { $customer = qq| | . $locale->text('Kundennummer') . qq| - + |; } @@ -390,7 +390,7 @@ sub form_header { $customer = qq| | . $locale->text('KNr. beim Kunden') . qq| - + |; } @@ -514,11 +514,11 @@ sub form_header { | . $locale->text($label . ' Number') . qq| - {db}number"}"> + {db}number"}"> | . $locale->text('Greeting') . qq| -   +   $select_company_greeting @@ -585,9 +585,9 @@ sub form_header { | . $locale->text('Account Number') . qq| - + | . $locale->text('Bank Code Number') . qq| - + | . $locale->text('Bank') . qq| @@ -648,12 +648,12 @@ $shipto | . $locale->text('Zipcode') . "/" . $locale->text('City') . qq| - + | . $locale->text('Country') . qq| - + | . $locale->text('Contact') . qq| @@ -693,75 +693,75 @@ $shipto $ansprechpartner | . $locale->text('Greeting') . qq| -   +   $select_greeting | . $locale->text('Title') . qq| -   +   $select_title | . $locale->text('Department') . qq| -   +   $select_department | . $locale->text('Given Name') . qq| - + | . $locale->text('Name') . qq| - + | . $locale->text('Phone1') . qq| - + | . $locale->text('Phone2') . qq| - + | . $locale->text('Fax') . qq| - + | . $locale->text('Mobile1') . qq| - + | . $locale->text('Mobile2') . qq| - + | . $locale->text('Sat. Phone') . qq| - + | . $locale->text('Sat. Fax') . qq| - + | . $locale->text('Project') . qq| - + | . $locale->text('E-mail') . qq| - + | . $locale->text('Private Phone') . qq| - + | . $locale->text('Private E-mail') . qq| - + | . $locale->text('Birthday') . qq| - + -- 2.20.1