KF #7, all over the map. Up to page 158

This commit is contained in:
Colin Kuskie 2006-12-07 19:10:49 +00:00
parent 200b85f6ce
commit 5bda08209f
25 changed files with 111 additions and 128 deletions

View file

@ -9,9 +9,9 @@ our $I18N = {
'html template expr body' => {
message => q|<p>HTML Template Expr is an extension to HTML Template that adds expressions to the language. <a href="http://search.cpan.org/perldoc?HTML%3A%3ATemplate%3A%3AExpr">Documentation for this extension</a> is available online.</p>
<p>The syntax of template variables in HTML Template Expr is slightly different from HTML Template. Any WebGUI template variables that contains a dot '.', should be chanaged to use an underscore instead '_'.</p>
<p>The syntax of template variables in HTML Template Expr is slightly different from HTML Template. Any WebGUI template variables that contains a dot '.', should be changed to use an underscore instead '_'.</p>
|,
lastUpdated => 1162085513,
lastUpdated => 1165517942,
context => q|Explanation of HTML Template Expr usage in WebGUI.|
},