Bugzilla – Attachment 5124 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]
[SIGNED-OFF] Follow-up fix for Bug 5498, Standardize markup and style of pagination menus
SIGNED-OFF-Follow-up-fix-for-Bug-5498-Standardize-.patch (text/plain), 1.80 KB, created by
Nicole C. Engard
on 2011-08-24 18:28:14 UTC
(
hide
)
Description:
[SIGNED-OFF] Follow-up fix for Bug 5498, Standardize markup and style of pagination menus
Filename:
MIME Type:
Creator:
Nicole C. Engard
Created:
2011-08-24 18:28:14 UTC
Size:
1.80 KB
patch
obsolete
>From ca9dad3ed2b14451e89771c94c85bbdb1d8c4b5b Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Fri, 19 Aug 2011 14:40:48 -0400 >Subject: [PATCH] [SIGNED-OFF] Follow-up fix for Bug 5498, Standardize markup and style of pagination menus > >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> >--- > .../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
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