Commit dc08f92c authored by Evan Simpson's avatar Evan Simpson

Made DTMLFile with keyword arguments.

parent 5213b69c
<dtml-with keyword_args>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr class="location-bar">
<td align="left" valign="top">
......@@ -7,8 +8,8 @@
</td>
<td align="right" valign="top">
<div class="std-text">
<dtml-if "help_topic and help_product">
<dtml-var "HelpSys.helpLink(help_product, help_topic)">
<dtml-if expr="help_topic and help_product">
<dtml-var "container.HelpSys.helpLink(help_product, help_topic)">
<dtml-else>
&nbsp;
</dtml-if>
......@@ -16,3 +17,4 @@
</td>
</tr>
</table>
</dtml-with>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment