[Zope-Checkins] CVS: Zope/lib/python/App/dtml - manage_tabs.dtml:1.11.16.3

Lennart Regebro cvs-admin at zope.org
Tue Nov 4 11:55:27 EST 2003


Update of /cvs-repository/Zope/lib/python/App/dtml
In directory cvs.zope.org:/tmp/cvs-serv15697

Modified Files:
      Tag: Zope-2_7-branch
	manage_tabs.dtml 
Log Message:
Collector #331: Referenses to URL in manage_tabs was changed
to REQUEST.URL to prevent accidental overriding.



=== Zope/lib/python/App/dtml/manage_tabs.dtml 1.11.16.2 => 1.11.16.3 ===
--- Zope/lib/python/App/dtml/manage_tabs.dtml:1.11.16.2	Sun Oct 12 19:15:22 2003
+++ Zope/lib/python/App/dtml/manage_tabs.dtml	Tue Nov  4 11:55:27 2003
@@ -3,8 +3,8 @@
 <dtml-call "REQUEST.set('n_', _.len(manage_options)-1)">
 <dtml-call "REQUEST.set('a_', 0)">
 <dtml-in manage_options mapping>
-<dtml-if expr="URL[-(_.len(action)):]==action or
-                URL[-17:]=='/manage_workspace' and _['sequence-start']">
+<dtml-if expr="REQUEST.URL[-(_.len(action)):]==action or
+                REQUEST.URL[-17:]=='/manage_workspace' and _['sequence-start']">
 <dtml-call "REQUEST.set('a_', _['sequence-index'])">
 </dtml-if>
 <dtml-if "_.has_key('management_view') and management_view==label">




More information about the Zope-Checkins mailing list