Commit ece6dc16 authored by 's avatar

Merged fix for dtml bug in help button generation in manage_tabs (#1557)

parent 26580a3b
......@@ -145,6 +145,7 @@
topic=help_topic)">
</td>
<dtml-else>
<dtml-if manage_options>
<dtml-with "_(option=manage_options[a_])">
<dtml-if "option.has_key('help')">
<td align="right" valign="top">
......@@ -152,7 +153,7 @@
product=option['help'][0],
topic=option['help'][1])">
</td>
</dtml-if></dtml-with>
</dtml-if></dtml-with></dtml-if>
</dtml-if>
</tr>
......
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