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.
---
 .../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 3e2b3d9..464f963 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt
@@ -343,7 +343,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 %]
@@ -395,7 +395,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.3

_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to