Bugzilla – Attachment 69337 Details for
Bug 19692
Unclosed div in opac-shelves.tt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19692 : fix unclosed div in opac-shelves.tt
Bug-19692--fix-unclosed-div-in-opac-shelvestt.patch (text/plain), 1.55 KB, created by
Dominic Pichette
on 2017-11-24 19:19:56 UTC
(
hide
)
Description:
Bug 19692 : fix unclosed div in opac-shelves.tt
Filename:
MIME Type:
Creator:
Dominic Pichette
Created:
2017-11-24 19:19:56 UTC
Size:
1.55 KB
patch
obsolete
>From 81c1d11a60342a4e4cde95e863b14ce671b21e3d Mon Sep 17 00:00:00 2001 >From: Victor Grousset <victor.grousset@biblibre.com> >Date: Fri, 24 Nov 2017 16:53:49 +0100 >Subject: [PATCH] Bug 19692 : fix unclosed div in opac-shelves.tt > >Test plan: >1. set syspref OpacKohaUrl to "Show" >2. Log into the OPAC >3. /cgi-bin/koha/opac-shelves.pl >4. Notice that "Powered by Koha" is not in the footer in this page. > When on the other tabs it's in the footer (out of .main) >5. Apply this patch >6. Notice that "Powered by Koha" now in the footer in the "your lists" page > >Signed-off-by: Dominic Pichette <dominic@inlibro.com> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt >index 0791bb6..e7d2cec 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt >@@ -722,7 +722,7 @@ > <p>No private lists.</p> > [% END %] > [% END %] >- <div> [%# privateshelves or publicshelves %] >+ </div> [%# privateshelves or publicshelves %] > </div> [%# <div class="toptabs ui-tabs ui-widget ui-widget-content ui-corner-all"> %] > [% ELSIF NOT loggedinusernumber %] > [% IF Koha.Preference( 'opacuserlogin' ) == 1 %] >-- >2.7.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 19692
:
69336
|
69337
|
69376
|
69379