[CMF-checkins] CVS: CMF/CMFCollector/skins/collector - collector_macros.pt:1.22

Ken Manheimer klm@zope.com
Mon, 29 Oct 2001 12:32:47 -0500


Update of /cvs-repository/CMF/CMFCollector/skins/collector
In directory cvs.zope.org:/tmp/cvs-serv15366

Modified Files:
	collector_macros.pt 
Log Message:
Make the nav bar 100% width (and note its presence in the "table of
contents").


=== CMF/CMFCollector/skins/collector/collector_macros.pt 1.21 => 1.22 ===
         - issue_header
 
+        - issue_batch_nav
+
         - add_artifacts_table
     </span>
 
@@ -248,7 +250,7 @@
           - last_batch
       </span>
 
-      <table bgcolor="#eeeeee"
+      <table bgcolor="#eeeeee" width="100%"
              tal:define="url_query nocall: modules/ZTUtils/url_query;
                          make_query nocall: modules/ZTUtils/make_query;
                          base python: url_query(request, omit='b_start')">