Fix bad i18n and broken help variables for the Product.

This commit is contained in:
Colin Kuskie 2009-07-22 16:58:52 +00:00
parent b231bbd89d
commit 23f7af1d71
3 changed files with 9 additions and 6 deletions

View file

@ -25,6 +25,7 @@
- fixed #10686: Can't access Database Links
- fixed #10650: Unflatten WebGUI storage locations
- fixed #10664: ThiingyRecord disappeared... sort of
- fixed #10687: i18n Asset_Product::buy_form_options
7.7.15
- fixed #10629: WebGUI::ProfileField create new field bug

View file

@ -60,8 +60,10 @@ our $HELP = {
{ 'name' => 'in_stock' },
{ 'name' => 'no_stock_message' },
{ 'name' => 'buy_form_header' },
{ 'name' => 'buy_form_options' },
{ 'name' => 'buy_form_button' },
{ 'name' => 'buy_options',
description => 'buy_form_options' },
{ 'name' => 'buy_button',
description => 'buy_form_button' },
{ 'name' => 'buy_form_footer' },
{ 'name' => "hasAddedToCart" , required=>1 },
{ 'name' => "thankYouMessage", description=>"thank you message help" },

View file

@ -765,13 +765,13 @@ be useful, others may not.|,
},
'buy_form_header' => {
message => q|HTML code to start the form for putting variant into a shopping cart. |,
lastUpdated => 1210611784,
message => q|HTML code to start the form for putting variants into a shopping cart.|,
lastUpdated => 1248282250,
},
'buy_form_options' => {
message => q|A dropdown list of available variants for this product. Only products with a quantity greater than zero are listed.|,
lastUpdated => 1210611784,
message => q|A dropdown list of available variants for this product. Only variants with a quantity greater than zero are listed.|,
lastUpdated => 1248282203,
},
'buy_form_button' => {