Document the Cart template variable, message. Fixes bug #11658

This commit is contained in:
Colin Kuskie 2010-06-21 08:55:30 -07:00
parent 178e6f7729
commit f4a42593f7
3 changed files with 12 additions and 0 deletions

View file

@ -2,6 +2,7 @@
- fixed #11651: First Day of Week is a string...
- fixed #11656: Thingy: Select list fields are not sorted properly
- fixed #11662: yahooapis.com sourced links
- fixed #11658: tmpl var message missing in template help for the cart
7.9.7
- added #11571: Allow return from photo edit view to gallery edit view

View file

@ -128,6 +128,11 @@ our $HELP = {
},
],
},
{
name => "message",
description => "message help",
required => 1,
},
{
name => "error",
description => "error help",

View file

@ -189,6 +189,12 @@ our $I18N = {
context => q|a help description|,
},
'message help' => {
message => q|If the cart is empty, this internationalized message should be displayed to the user.|,
lastUpdated => 0,
context => q|a help description|,
},
'formHeader help' => {
message => q|The top of the form.|,
lastUpdated => 0,