[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/rotterdam/template.pt Made Rotterdam work when online help is not installed.

Garrett Smith garrett at mojave-corp.com
Sat Nov 6 13:54:10 EST 2004


Log message for revision 28361:
  Made Rotterdam work when online help is not installed.

Changed:
  U   Zope3/trunk/src/zope/app/rotterdam/template.pt

-=-
Modified: Zope3/trunk/src/zope/app/rotterdam/template.pt
===================================================================
--- Zope3/trunk/src/zope/app/rotterdam/template.pt	2004-11-06 16:58:19 UTC (rev 28360)
+++ Zope3/trunk/src/zope/app/rotterdam/template.pt	2004-11-06 18:54:10 UTC (rev 28361)
@@ -139,9 +139,10 @@
       <!-- note, we reverse the actions list 'cos they're packed to the
            screen from the right -->
       <div tal:condition="python: macroname == 'view'" id="actions"
-           tal:define="help_actions context/@@view_get_menu/help_actions;
-                       actions context/@@view_get_menu/zmi_actions;
-                       dummy python:actions.reverse()">
+           tal:define="
+               help_actions context/@@view_get_menu/help_actions|nothing;
+               actions context/@@view_get_menu/zmi_actions;
+               dummy python:actions.reverse()">
 
         <span tal:condition="help_actions"
               tal:repeat="help_info help_actions"



More information about the Zope3-Checkins mailing list