From 2370695fb9efa680251ddd9cb1e0e271fcf4935e Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Mon, 20 Mar 2017 21:58:49 +0100 Subject: [PATCH] Bug 18304: [QA Follow-up] Add id to paragraph tag See Bugzilla, comment 4. Note: the id is unique in the Koha codebase (git grepped). Signed-off-by: Marcel de Rooy Signed-off-by: Kyle M Hall --- 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 0ca54980da..2cab418b90 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 @@ - [% IF Koha.Preference('RequestOnOpac') || Koha.Preference('OpacRenewalAllowed') %]

Please do not use this mail to request or renew books.

[% END %] + [% IF Koha.Preference('RequestOnOpac') || Koha.Preference('OpacRenewalAllowed') %]

Please do not use this mail to request or renew books.

[% END %]
Cancel 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 ab16bd50f6..bc901b17c3 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 @@
- [% IF Koha.Preference('RequestOnOpac') || Koha.Preference('OpacRenewalAllowed') %]

Please do not use this mail to request or renew books.

[% END %] + [% IF Koha.Preference('RequestOnOpac') || Koha.Preference('OpacRenewalAllowed') %]

Please do not use this mail to request or renew books.

[% END %]
Cancel -- 2.20.1