X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/ee072e4f077213bf6f8792ca8f0a1afebbb6282f..a14a3ff56b00e22c39a2cfb0e465f8c7764a4cd4:/bin/mozilla/licenses.pl diff --git a/bin/mozilla/licenses.pl b/bin/mozilla/licenses.pl index 93397361b..442ff605f 100644 --- a/bin/mozilla/licenses.pl +++ b/bin/mozilla/licenses.pl @@ -44,6 +44,7 @@ sub quot { sub form_header { $lxdebug->enter_sub(); + $form->{jsscript} = 1; $form->header(); print( @@ -87,8 +88,7 @@ sub print_part_selection {
| | - . $locale->text('Select from one of the items below') - . qq| | + . $locale->text('Select from one of the items below') . qq||||||
|---|---|---|---|---|---|
| | - . $p{"partnumber"} - . qq| | + . $p{"partnumber"} . qq|\">| . $p{"partnumber"} . qq|| - . $p{"description"} - . qq| | + . $p{"description"} . qq|\">| . $p{"description"} . qq|||||
| | - . $locale->text('Select from one of the names below') - . qq| | + . $locale->text('Select from one of the names below') . qq||||||
|---|---|---|---|---|---|
| $c{"customernumber"} | + . $c{"id"} . qq|\">$c{"customernumber"}$c{"name"} | + . $c{"name"} . qq|\">$c{"name"}$c{"street"} | $c{"zipcode"} | $c{"city"} | @@ -211,14 +204,12 @@ sub print_license_form {|
| | . $locale->text('Part Number') . qq| | {"partnumber"}) - . qq|\"> | + . quot($form->{"partnumber"}) . qq|\">||||
| | . $locale->text('Description') . qq| | {"description"}) - . qq|\"> | + . quot($form->{"description"}) . qq|\">||||
| | . $locale->text('Company Name') . qq| | |); @@ -242,26 +233,23 @@ sub print_license_form {|||||
| | . $locale->text('Comment') . qq| | {"comment"}) - . qq|\"> | + . quot($form->{"comment"}) . qq|\">||||
| | . $locale->text('Valid until') . qq| | -{"validuntil"}) - . qq|\"> | +{"validuntil"}) . qq|\"> + | |||
| | . $locale->text('Quantity') . qq| | {"quantity"}) - . qq|\"> | + . quot($form->{"quantity"}) . qq|\">||||
| | . $locale->text('License key') . qq| | {"licensenumber"}) - . qq|\"> | + . quot($form->{"licensenumber"}) . qq|\">||||
| | . $locale->text('Own Product') . qq| | @@ -276,14 +264,16 @@ sub print_license_form { print( qq| text('Save') - . qq|\">\n|); + . $locale->text('Save') . qq|\">\n|); } print( qq||||||