Bugzilla – Attachment 61346 Details for
Bug 18304
Do not mail cart or list contents to the library
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18304: [QA Follow-up] Add id to paragraph tag
Bug-18304-QA-Follow-up-Add-id-to-paragraph-tag.patch (text/plain), 2.94 KB, created by
Marcel de Rooy
on 2017-03-20 21:01:47 UTC
(
hide
)
Description:
Bug 18304: [QA Follow-up] Add id to paragraph tag
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2017-03-20 21:01:47 UTC
Size:
2.94 KB
patch
obsolete
>From 92e27ff45fdd771a33fbe9361f247098f8f7f605 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Mon, 20 Mar 2017 21:58:49 +0100 >Subject: [PATCH] Bug 18304: [QA Follow-up] Add id to paragraph tag >Content-Type: text/plain; charset=utf-8 > >See Bugzilla, comment 4. > >Note: the id is unique in the Koha codebase (git grepped). > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendbasketform.tt | 2 +- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendshelfform.tt | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendbasketform.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendbasketform.tt >index 0ca5498..2cab418 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendbasketform.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendbasketform.tt >@@ -37,7 +37,7 @@ > <input type="hidden" name="bib_list" value="[% bib_list %]" /> > <input type="hidden" name="csrf_token" value="[% csrf_token %]" /> > </fieldset> >- [% IF Koha.Preference('RequestOnOpac') || Koha.Preference('OpacRenewalAllowed') %]<p>Please do not use this mail to request or renew books.</p>[% END %] >+ [% IF Koha.Preference('RequestOnOpac') || Koha.Preference('OpacRenewalAllowed') %]<p id="donotrequestbymail">Please do not use this mail to request or renew books.</p>[% END %] > <fieldset class="action"> > <input type="submit" class="btn" value="Send" /> > <a class="cancel close" href="#">Cancel</a> >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendshelfform.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendshelfform.tt >index ab16bd5..bc901b1 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendshelfform.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendshelfform.tt >@@ -41,7 +41,7 @@ > > <input type="hidden" name="shelfid" value="[% shelfid %]" /> > </fieldset> >- [% IF Koha.Preference('RequestOnOpac') || Koha.Preference('OpacRenewalAllowed') %]<p>Please do not use this mail to request or renew books.</p>[% END %] >+ [% IF Koha.Preference('RequestOnOpac') || Koha.Preference('OpacRenewalAllowed') %]<p id="donotrequestbymail">Please do not use this mail to request or renew books.</p>[% END %] > <fieldset class="action"> > <input type="submit" value="Send" class="btn" /> > <a class="cancel close" href="/cgi-bin/koha/opac-shelves.pl?op=view&shelfnumber=[% shelfid %]">Cancel</a> >-- >2.1.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 18304
:
61285
|
61317
|
61339
| 61346