[Zope-Checkins] CVS: Zope/lib/python/App - Management.py:1.53
Martijn Faassen
m.faassen@vet.uu.nl
Fri, 9 Nov 2001 10:00:01 -0500
Update of /cvs-repository/Zope/lib/python/App
In directory cvs.zope.org:/tmp/cvs-serv4266
Modified Files:
Management.py
Log Message:
Merge in faassen-breadcrumb-branch. The last breadcrumb in the ZMI path on
top is now is a link as well (underlined).
=== Zope/lib/python/App/Management.py 1.52 => 1.53 ===
script = '%s/%s' % (script, step)
out.append(linkpat % (script, unquote(step)))
- out.append(unquote(last))
+ out.append('<a class="strong-link" href="%s/manage_workspace">%s</a>' %
+ (script, last))
return '%s%s' % (url, join(out,'/'))
def tabs_path_info(self, script, path,