[Koha-patches] [PATCH] [SIGNED-OFF] Follow-up fix for Bug 5498, Standardize markup and style of pagination menus

Nicole C. Engard nengard at bywatersolutions.com
Sun Aug 21 07:42:22 CEST 2011


From: Owen Leonard <oleonard at myacpl.org>

Missed a couple of instances of the pagination menu on the
lists page. Previously the pagination links on the page
listing lists (/cgi-bin/koha/virtualshelves/shelves.pl) was
unstyled. After this patch the links should be styled.

Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com>
---
 .../prog/en/modules/virtualshelves/shelves.tt      |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt
index 65471a3..a91046e 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt
@@ -344,7 +344,7 @@ function placeHold () {
 		<div id="privateshelves" class="ui-tabs-panel" style="display:none;">
 		[% END %]
             [% IF ( shelveslooppriv ) %]
-			[% pagination_bar %]
+			<div class="pages">[% pagination_bar %]</div>
         		<table>
         		<tr><th>List Name</th><th>Contents</th><th>Sort by</th><th>Type</th><th>Options</th></tr>
                 [% FOREACH shelveslooppri IN shelveslooppriv %]
@@ -396,7 +396,7 @@ function placeHold () {
 		<div id="publicshelves" class="ui-tabs-panel" style="display:none;">
 		[% END %]
         [% IF ( shelvesloop ) %]
-		[% pagination_bar %]
+		<div class="pages">[% pagination_bar %]</div>
         <table>
         <tr><th>List Name</th><th>Contents</th><th>Sort By</th><th>Type</th><th>Options</th></tr>
             [% FOREACH shelvesloo IN shelvesloop %]
-- 
1.7.2.3



More information about the Koha-patches mailing list