document that scratch variables are now available in all templates

This commit is contained in:
Colin Kuskie 2006-12-05 18:27:47 +00:00
parent c51b8e5bcd
commit eb8627fc19
2 changed files with 12 additions and 1 deletions

View file

@ -84,7 +84,10 @@ our $HELP = {
},
{
'name' => 'session form variables'
}
},
{
'name' => 'session scratch variables'
},
],
related => [
]

View file

@ -280,6 +280,14 @@ If there is more than 1 value in a form variable, only the last will be returned
lastUpdated => 1148951191,
},
'session scratch variables' => {
message => q|<b>Session Scratch Variables</b><br />
Any scratch variables will be available in the template with this syntax:<br/>
&lt;tmpl_var session.scratch.<i>variable</i>&gt;<br />
|,
lastUpdated => 1165343240,
},
'template variable body' => {
message => q|
<p>These variables are available in any template, regardless of its type