Bugzilla – Attachment 5066 Details for
Bug 5498
Standardize markup and style of pagination menus
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Follow-up fix
0001-Follow-up-fix-for-Bug-5498-Standardize-markup-and-st.patch (text/plain), 1.76 KB, created by
Owen Leonard
on 2011-08-19 18:47:48 UTC
(
hide
)
Description:
Follow-up fix
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2011-08-19 18:47:48 UTC
Size:
1.76 KB
patch
obsolete
>From e354a5377a1a39495f109133a891a79c1a5617b4 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Fri, 19 Aug 2011 14:40:48 -0400 >Subject: [PATCH] Follow-up fix for Bug 5498, Standardize markup and style of pagination menus >Content-Type: text/plain; charset="utf-8" > >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 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 5498
:
2853
|
2854
|
2855
|
2971
|
5066
|
5124