[Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/boston/viewlets/toolbar/macros.pt
remove /toolbar/ from generated URI.
Mikhail Kashkin
m at keysolutions.ru
Mon Feb 6 20:24:54 EST 2006
Log message for revision 41571:
remove /toolbar/ from generated URI.
Changed:
U Zope3/trunk/src/zope/app/boston/viewlets/toolbar/macros.pt
-=-
Modified: Zope3/trunk/src/zope/app/boston/viewlets/toolbar/macros.pt
===================================================================
--- Zope3/trunk/src/zope/app/boston/viewlets/toolbar/macros.pt 2006-02-05 22:06:02 UTC (rev 41570)
+++ Zope3/trunk/src/zope/app/boston/viewlets/toolbar/macros.pt 2006-02-07 01:24:53 UTC (rev 41571)
@@ -10,7 +10,7 @@
<!-- helpmenu macro, render first level items with class name 'topmenu' -->
<metal:block define-macro="helpmenu">
<a href="#" class="topmenu"
- tal:define="url string:'${view/__name__}/${menuitem/action}';
+ tal:define="url string:'/${menuitem/action}';
name string:'OnlineHelp';
settings string:'height=500
,width=950
More information about the Zope3-Checkins
mailing list