[Rt-commit] r10361 -
rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Elements
ruz at bestpractical.com
ruz at bestpractical.com
Tue Jan 15 18:16:53 EST 2008
Author: ruz
Date: Tue Jan 15 18:16:53 2008
New Revision: 10361
Modified:
rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Elements/ShowChildren
Log:
* for 'total: ...' we must use CountAll
Modified: rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Elements/ShowChildren
==============================================================================
--- rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Elements/ShowChildren (original)
+++ rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Elements/ShowChildren Tue Jan 15 18:16:53 2008
@@ -52,8 +52,8 @@
% }
<br />
-% if( $FullList && $Rows > 0 && $children->Count >= $Rows ) {
-<a href="<% $FullList %>"><i><% loc("More... ([_1] total)", $children->Count) %></i></a><br />
+% if( $FullList && $Rows > 0 && $children->CountAll >= $Rows ) {
+<a href="<% $FullList %>"><i><% loc("More... ([_1] total)", $children->CountAll) %></i></a><br />
% }
<%INIT>
More information about the Rt-commit
mailing list