Steve, 

Ok, it is a bug in manage_tabs.

Here's a proper fix:

  <dtml-if manage_options>
  <dtml-with "_(option=manage_options[a_])">
  <dtml-if "option.has_key('help')">
  <td align="right" valign="top">
  <dtml-var "HelpSys.button(HelpSys, REQUEST, 
      product=option['help'][0],
      topic=option['help'][1])">
  </td>
  </dtml-if></dtml-with></dtml-if>

Replace the <dtml-comment> with <dtml-if manage_options> and
</dtml-comment> with </dtml-if>.

I'm putting this in the Collector.

--
Steve Alexander
Software Engineer
Cat-Box limited
http://www.cat-box.net

_______________________________________________
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )

Reply via email to