Bug 8592 - Pendingreserves.tt is showing "Previous" and "Next" text over the "Previous" and "Next" buttons on the jQuery datatable
Summary: Pendingreserves.tt is showing "Previous" and "Next" text over the "Previous" ...
Status: RESOLVED DUPLICATE of bug 8549
Alias: None
Product: Koha
Classification: Unclassified
Component: Templates (show other bugs)
Version: Main
Hardware: All All
: P5 - low minor (vote)
Assignee: Owen Leonard
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-08 03:47 UTC by David Cook
Modified: 2012-08-08 12:27 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
3.8.x - jquery 1.8.1 (20.72 KB, image/jpeg)
2012-08-08 03:48 UTC, David Cook
Details
3.9.x - jquery 1.9.1 (27.52 KB, image/jpeg)
2012-08-08 03:48 UTC, David Cook
Details
3.8.x - template view (27.60 KB, image/jpeg)
2012-08-08 03:48 UTC, David Cook
Details
3.9.x - template view (26.31 KB, image/jpeg)
2012-08-08 03:48 UTC, David Cook
Details

Note You need to log in before you can comment on or make changes to this bug.
Description David Cook 2012-08-08 03:47:45 UTC
On pendingreserves.tt (or the Holds to Pull screen), the Previous and Next buttons now have "Previous" and "Next" link text appearing overtop of them.

In 3.8.0, there are just the buttons and no text overtop. If you look at the element that has the button images, it is a div element with titles for "Previous" and "Next".

In 3.9.0.30, the div elements no longer have titles, but instead of links within them that have link text of "Previous" and "Next" that appear overtop of the button images. 


jquery.dataTables.min.js 1.8.1 - Shows "Previous" and "Next" as titles for the div showing the image

jquery.dataTables.min.js 1.9.1 - Removes the title from the div and adds links which have "Previous" and "Next" as link text.

--

I haven't tested this extensively, but I do wonder why there are links in 3.9.x and not 3.8.x. Since there aren't enough holds to generate another page of results, the earlier behaviour might be the correct one. Or maybe the links weren't showing up and the button images were worthless in 1.8.1. I don't know. I just know that it looks terrible.
Comment 1 David Cook 2012-08-08 03:48:07 UTC
Created attachment 11432 [details]
3.8.x - jquery 1.8.1
Comment 2 David Cook 2012-08-08 03:48:23 UTC
Created attachment 11433 [details]
3.9.x - jquery 1.9.1
Comment 3 David Cook 2012-08-08 03:48:38 UTC
Created attachment 11434 [details]
3.8.x - template view
Comment 4 David Cook 2012-08-08 03:48:52 UTC
Created attachment 11435 [details]
3.9.x - template view
Comment 5 Owen Leonard 2012-08-08 12:27:27 UTC

*** This bug has been marked as a duplicate of bug 8549 ***