[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/ZMI/www - view_macros.pt:1.5

Guido van Rossum guido@python.org
Thu, 5 Dec 2002 08:10:47 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/App/ZMI/www
In directory cvs.zope.org:/tmp/cvs-serv23501

Modified Files:
	view_macros.pt 
Log Message:
Tweak breadcrumb display to add an extra space after each '/'.  This
makes the root '/' a little easier to select for people with poor
mouse aim or fast mice. :-)


=== Zope3/lib/python/Zope/App/ZMI/www/view_macros.pt 1.4 => 1.5 ===
--- Zope3/lib/python/Zope/App/ZMI/www/view_macros.pt:1.4	Tue Nov 12 12:40:01 2002
+++ Zope3/lib/python/Zope/App/ZMI/www/view_macros.pt	Thu Dec  5 08:10:46 2002
@@ -32,7 +32,7 @@
       <a href="" 
          tal:attributes="href 
                     string:${breadcrumb/url}/@@SelectedManagementView.html"
-         tal:content="string:${breadcrumb/name}/"
+         tal:content="string: ${breadcrumb/name} / "
          >name</a>&nbsp</span>
 
   <div metal:define-slot="body">