Making Matrix edit listing screen templatable
This commit is contained in:
parent
415221fb4d
commit
1a67df91bc
8 changed files with 118 additions and 5 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue