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