Follow-up fix for Bug 5498, Standardize markup and style of pagination menus
authorOwen Leonard <oleonard@myacpl.org>
Fri, 19 Aug 2011 18:40:48 +0000 (14:40 -0400)
committerChris Cormack <chrisc@catalyst.net.nz>
Thu, 25 Aug 2011 00:05:29 +0000 (12:05 +1200)
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@bywatersolutions.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt

index 65471a3..a91046e 100644 (file)
@@ -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 %]