Bugzilla – Attachment 54078 Details for
Bug 17068
empty list item in opac-reserves.tt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fixed patch
17068-empty-li-in-opac-reserve.patch (text/plain), 1.41 KB, created by
Eric Phetteplace
on 2016-08-06 19:17:35 UTC
(
hide
)
Description:
fixed patch
Filename:
MIME Type:
Creator:
Eric Phetteplace
Created:
2016-08-06 19:17:35 UTC
Size:
1.41 KB
patch
obsolete
>From f3294979100c85b13874905605ea3364a69374bb Mon Sep 17 00:00:00 2001 >From: phette23 <phette23@gmail.com> >Date: Sat, 6 Aug 2016 10:44:53 -0700 >Subject: [PATCH] Bug 17068: empty <li> in opac-reserve.tt > >empty HTML list item on 'holds' page, to test: >- sign in as user >- attempt to place hold >- view source in between 'holds note' textarea & <!-- ITEM HOLDS --> comment >- note empty <li> >- apply patch >- repeat process above up until patch >- no more empty <li> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt | 2 -- > 1 file changed, 2 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt >index 6769851..8decae4 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt >@@ -284,8 +284,6 @@ > </li> > [% END # / IF OpacHoldNotes %] > >- <li> >- </li> > [% IF bibitemloo.itemholdable %] > <!-- ITEM HOLDS --> > <li class="lradio place_on_type" style="display:none;"> >-- >2.9.2
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 17068
:
54074
|
54076
|
54078
|
54081
|
54082