Bugzilla – Attachment 107972 Details for
Bug 26184
Wrap 'items available for pick-up' note when placing a hold in the OPAC in a div element
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26184: Add html element to note in OPAC reserve template
Bug-26184-Add-html-element-to-note-in-OPAC-reserve.patch (text/plain), 1.57 KB, created by
Lucas Gass (lukeg)
on 2020-08-07 18:20:16 UTC
(
hide
)
Description:
Bug 26184: Add html element to note in OPAC reserve template
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2020-08-07 18:20:16 UTC
Size:
1.57 KB
patch
obsolete
>From 629f1455951c0428822e9ea0c565c52fdf928f24 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Fri, 7 Aug 2020 18:17:49 +0000 >Subject: [PATCH] Bug 26184: Add html element to note in OPAC reserve template > >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >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 8a05f6c454..20cd766fe0 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt >@@ -257,7 +257,7 @@ > [% END %] > </select> > [% IF at_least_one_library_not_available_for_pickup %] >- <br>Note: Library policy does not allow hold/pickup of an item available locally. Please come to the library to retrieve these items >+ <div class="at_least_one_library_not_available_note">Note: Library policy does not allow hold/pickup of an item available locally. Please come to the library to retrieve these items</div> > [% END %] > [% END # / UNLESS bibitemloo.holdable %] > </li> >-- >2.11.0
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 26184
:
107972
|
108526
|
110401
|
110427