[Zope3-checkins] 
	SVN: Zope3/branches/jim-index/src/zope/app/catalog/browser/advanced.pt
	Fixed bugs in index-access paths.
    Jim Fulton 
    jim at zope.com
       
    Wed Aug 18 15:22:19 EDT 2004
    
    
  
Log message for revision 27180:
  Fixed bugs in index-access paths.
Changed:
  U   Zope3/branches/jim-index/src/zope/app/catalog/browser/advanced.pt
-=-
Modified: Zope3/branches/jim-index/src/zope/app/catalog/browser/advanced.pt
===================================================================
--- Zope3/branches/jim-index/src/zope/app/catalog/browser/advanced.pt	2004-08-18 19:22:15 UTC (rev 27179)
+++ Zope3/branches/jim-index/src/zope/app/catalog/browser/advanced.pt	2004-08-18 19:22:18 UTC (rev 27180)
@@ -12,8 +12,8 @@
    <tr tal:repeat="indexname context"
        >
        <td tal:content="indexname">foo</td>
-       <td tal:content="index/?indexname/documentCount|nothing">42</td>
-       <td tal:content="index/?indexname/wordCount|nothing">99</td>
+       <td tal:content="context/?indexname/documentCount">42</td>
+       <td tal:content="context/?indexname/wordCount">99</td>
     </tr>
 </table>
 
    
    
More information about the Zope3-Checkins
mailing list