Bugzilla – Attachment 39756 Details for
Bug 14173
Paging on 'recent comments' page in OPAC is not displaying correctly
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14173: Paging on 'recent comments' page in OPAC is not displaying correctly
Bug-14173-Paging-on-recent-comments-page-in-OPAC-i.patch (text/plain), 1.79 KB, created by
Bernardo Gonzalez Kriegel
on 2015-06-01 18:38:36 UTC
(
hide
)
Description:
Bug 14173: Paging on 'recent comments' page in OPAC is not displaying correctly
Filename:
MIME Type:
Creator:
Bernardo Gonzalez Kriegel
Created:
2015-06-01 18:38:36 UTC
Size:
1.79 KB
patch
obsolete
>From 4c0c4c74ee71edbef7a9578cfdf712b0be2ba532 Mon Sep 17 00:00:00 2001 >From: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> >Date: Mon, 1 Jun 2015 15:34:00 -0300 >Subject: [PATCH] Bug 14173: Paging on 'recent comments' page in OPAC is not > displaying correctly > >This patch corrects the display of current page on >a multipage recent comments. > >To test: >1) Enable OpacShowRecentComments > >2) Add multiple comments to multiple records >I used a script to add multiple lines like >"insert into reviews values ($i, 51, $i, 'Comment $i', 1, '2015-06-01 00:00:00')" >to table reviews > >3) On OPAC, go to 'Recent comments', verify the bug > >4) Apply the patch > >5) Reload and check correct display > >Can't found missing space near 'by' from description. >Display is correct for me. >--- > .../bootstrap/en/modules/opac-showreviews.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-showreviews.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-showreviews.tt >index ce0a828..bfdc397 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-showreviews.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-showreviews.tt >@@ -160,7 +160,7 @@ > [% END %] > [% FOREACH PAGE_NUMBER IN PAGE_NUMBERS %] > [% IF ( PAGE_NUMBER.highlight ) %] >- <span class="current">[% PAGE_NUMBER.pg %]</span> >+ <span class="currentPage">[% PAGE_NUMBER.pg %]</span> > [% ELSE %] > <a class="nav" href="/cgi-bin/koha/opac-showreviews.pl?offset=[% PAGE_NUMBER.offset %]">[% PAGE_NUMBER.pg %]</a> > [% END %] >-- >1.7.9.5
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 14173
:
38992
|
39756
|
39759
|
39799