Making Matrix edit listing screen templatable

This commit is contained in:
Yung Han Khoe 2008-12-09 15:17:20 +00:00
parent 415221fb4d
commit 1a67df91bc
8 changed files with 118 additions and 5 deletions

View file

@ -619,6 +619,11 @@ listing,|,
message => q|Select a template to be used to show the listing comparison data.|,
lastUpdated => 0,
},
'edit listing template description' => {
message => q|Select a template to be used to show the listing edit screen.|,
lastUpdated => 0,
},
'categories label' => {
message => q|Categories|,
@ -745,6 +750,11 @@ listing,|,
lastUpdated => 0,
},
'edit listing template label' => {
message => q|Edit Listing Template|,
lastUpdated => 0,
},
'product name' => {
message => q|Product Name|,
lastUpdated => 1133758944,

View file

@ -113,6 +113,17 @@ this listing.|,
lastUpdated => 0,
},
'product name label' => {
message => q|Product Name|,
lastUpdated => 0,
},
'product name description' => {
message => q|Enter the name of the product. If there are entries for the product with different revisions,
it would be best to make sure the names are the same.|,
lastUpdated => 0,
},
'productURL description' => {
message => q|If the product has its own website, enter the complete URL for it here.|,
lastUpdated => 0,