Bugzilla – Attachment 39759 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]
[Signed-off] Bug 14173: Paging on 'recent comments' page in OPAC is not displaying correctly
Signed-off-Bug-14173-Paging-on-recent-comments-pag.patch (text/plain), 1.99 KB, created by
Marc Véron
on 2015-06-02 06:03:58 UTC
(
hide
)
Description:
[Signed-off] Bug 14173: Paging on 'recent comments' page in OPAC is not displaying correctly
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2015-06-02 06:03:58 UTC
Size:
1.99 KB
patch
obsolete
>From 0436a9030acd47fb27ed082f2e725a026851cd26 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] [Signed-off] Bug 14173: Paging on 'recent comments' page in > OPAC is not displaying correctly >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >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. > >Followed test plan, displays as expected. >Signed-off-by: Marc Véron <veron@veron.ch> >--- > koha-tmpl/opac-tmpl/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.10.4
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