[z3-checkins] r7145 - in z3/Flon/trunk: . skins/flon
dreamcatcher at codespeak.net
dreamcatcher at codespeak.net
Wed Oct 27 22:08:30 MEST 2004
Author: dreamcatcher
Date: Wed Oct 27 22:08:29 2004
New Revision: 7145
Modified:
z3/Flon/trunk/configure.zcml
z3/Flon/trunk/skins/flon/edit_marker_form.cpt
Log:
Missing a traversable directive.
Modified: z3/Flon/trunk/configure.zcml
==============================================================================
--- z3/Flon/trunk/configure.zcml (original)
+++ z3/Flon/trunk/configure.zcml Wed Oct 27 22:08:29 2004
@@ -74,5 +74,8 @@
/>
</content>
+ <five:traversable
+ class=".tools.interface.InterfaceTool"
+ />
</configure>
Modified: z3/Flon/trunk/skins/flon/edit_marker_form.cpt
==============================================================================
--- z3/Flon/trunk/skins/flon/edit_marker_form.cpt (original)
+++ z3/Flon/trunk/skins/flon/edit_marker_form.cpt Wed Oct 27 22:08:29 2004
@@ -74,7 +74,7 @@
tal:content="iface" />
[<a href=""
- tal:attributes="href string:${context/absolute_url}/view_details?iface=${iface}&type=zope.publisher.interfaces.browser.IBrowserRequest">
+ tal:attributes="href string:${here_url}/view_details?iface=${iface}&type=zope.publisher.interfaces.browser.IBrowserRequest">
Views
</a>]
More information about the z3-checkins
mailing list