[Jifty-commit] r7419 - jifty/trunk/lib/Jifty/View/Declare

Jifty commits jifty-commit at lists.jifty.org
Mon Aug 24 18:37:26 EDT 2009


Author: sartak
Date: Mon Aug 24 18:37:26 2009
New Revision: 7419

Modified:
   jifty/trunk/lib/Jifty/View/Declare/CRUD.pm

Log:
Make the page display a div so it doesn't scrunch up the UI

Modified: jifty/trunk/lib/Jifty/View/Declare/CRUD.pm
==============================================================================
--- jifty/trunk/lib/Jifty/View/Declare/CRUD.pm	(original)
+++ jifty/trunk/lib/Jifty/View/Declare/CRUD.pm	Mon Aug 24 18:37:26 2009
@@ -825,7 +825,7 @@
     my $page       = shift || 1;
 
     if ( $collection->pager->last_page > 1 ) {
-        span {
+        div {
             { class is 'page-count' };
             outs(
                 _( "Page %1 of %2", $page, $collection->pager->last_page ) );


More information about the Jifty-commit mailing list