Commit 02f29c26 authored by Amos Latteier's avatar Amos Latteier

Added support for help button in the standard tabs.

parent e2c36131
......@@ -134,6 +134,14 @@
</dtml-if>
</dtml-if>
</td>
<dtml-with "_(option=manage_options[a_])">
<dtml-if "option.has_key('help')">
<td align="right" valign="top">
<dtml-var "HelpSys.button(HelpSys,
product=option['help'][0],
topic=option['help'][1])">
</td>
</dtml-if></dtml-with>
</tr>
</table>
<dtml-if Zope-Version>
......
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