[Checkins] SVN: Products.SQLAlchemyDA/trunk/pt/query.zpt output number of rows

Andreas Jung andreas at andreas-jung.com
Thu Jun 7 06:11:53 EDT 2007


Log message for revision 76454:
  output number of rows
  

Changed:
  U   Products.SQLAlchemyDA/trunk/pt/query.zpt

-=-
Modified: Products.SQLAlchemyDA/trunk/pt/query.zpt
===================================================================
--- Products.SQLAlchemyDA/trunk/pt/query.zpt	2007-06-07 10:06:35 UTC (rev 76453)
+++ Products.SQLAlchemyDA/trunk/pt/query.zpt	2007-06-07 10:11:53 UTC (rev 76454)
@@ -25,6 +25,7 @@
                 Empty resultset returned
             </div>
 
+            <span tal:content="python: len(result[1])" /> Hits
             <table tal:condition="result" border="1">
                 <thead>
                     <tr> 



More information about the Checkins mailing list