Merging in functioning variants.

Fixed bugs in getIndexedCollateralData.
Added variants to the view template.
Updated all Product templates to display variants and controls.
This commit is contained in:
Colin Kuskie 2008-05-05 23:04:14 +00:00
parent c930c73d67
commit 2f70315094
4 changed files with 154 additions and 73 deletions

View file

@ -566,7 +566,7 @@ our $I18N = {
message => q|Are you certain you wish to delete this specification?|,
lastUpdated => 1031514049
},
'deleteImage' => {
message => q|Delete Attached File|,
lastUpdated => 1031514049
@ -677,6 +677,31 @@ be useful, others may not.|,
lastUpdated => 1209576604,
},
'add a variant' => {
message => q|Add a variant.|,
lastUpdated => 1210011992,
},
'add another variant' => {
message => q|Add another variant?|,
lastUpdated => 1210011992,
},
'add another variant description' => {
message => q|If you would like to add another variant right now, select "Yes".|,
lastUpdated => 1210011992,
},
'delete variant confirm' => {
message => q|Are you certain you wish to delete this variant?|,
lastUpdated => 1210013857,
},
'variants' => {
message => q|Variants|,
lastUpdated => 1210019655
},
};
1;