
rolfm at bricolage
Mar 3, 2009, 6:03 PM
Post #1 of 1
(403 views)
Permalink
|
|
[8437] Fix for bug 1439, removing the double pagination bars on Desks.
|
|
Revision: 8437 Author: rolfm Date: 2009-03-03 18:03:32 -0800 (Tue, 03 Mar 2009) ViewCVS: http://viewsvn.bricolage.cc/?rev=8437&view=rev Log Message: ----------- Fix for bug 1439, removing the double pagination bars on Desks. Also removed a close div tag which caused validation issues on workspaces and desks. Bugzilla Links: -------------- http://bugs.bricolage.cc/show_bug.cgi?id=1439 Modified Paths: -------------- bricolage/trunk/comp/widgets/desk/desk_bottom.html bricolage/trunk/comp/workflow/profile/desk/dhandler Modified: bricolage/trunk/comp/widgets/desk/desk_bottom.html =================================================================== --- bricolage/trunk/comp/widgets/desk/desk_bottom.html 2009-03-03 22:38:32 UTC (rev 8436) +++ bricolage/trunk/comp/widgets/desk/desk_bottom.html 2009-03-04 02:03:32 UTC (rev 8437) @@ -18,8 +18,6 @@ <div class="all"><a href="<% $url %>?show_all=1">Show All</a></div> % } </div> - -</div> % } # if $num_pages <br /> Modified: bricolage/trunk/comp/workflow/profile/desk/dhandler =================================================================== --- bricolage/trunk/comp/workflow/profile/desk/dhandler 2009-03-03 22:38:32 UTC (rev 8436) +++ bricolage/trunk/comp/workflow/profile/desk/dhandler 2009-03-04 02:03:32 UTC (rev 8437) @@ -22,11 +22,6 @@ % } -<& '/widgets/desk/desk_bottom.html', - offset => $offset, - show_all => $show_all -&> - </form> % }
|