Bugzilla – Attachment 112821 Details for
Bug 25333
Change message transport type for Talking Tech from "phone" to "itiva"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25333: (QA follow-up) Update opac messaging for new transport name
Bug-25333-QA-follow-up-Update-opac-messaging-for-n.patch (text/plain), 3.24 KB, created by
Jonathan Druart
on 2020-11-02 09:31:28 UTC
(
hide
)
Description:
Bug 25333: (QA follow-up) Update opac messaging for new transport name
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2020-11-02 09:31:28 UTC
Size:
3.24 KB
patch
obsolete
>From 4a053f7c6de54b1fca287cbcfb03ffea95ab65b4 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Thu, 29 Oct 2020 14:17:55 -0400 >Subject: [PATCH] Bug 25333: (QA follow-up) Update opac messaging for new > transport name > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > .../opac-tmpl/bootstrap/en/modules/opac-messaging.tt | 12 ++++++------ > 1 file changed, 6 insertions(+), 6 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-messaging.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-messaging.tt >index 0b44d80ade..7f74fde6ae 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-messaging.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-messaging.tt >@@ -94,18 +94,18 @@ > [% END %] > [% END %] > [% IF ( TalkingTechItivaPhone ) %] >- [% IF ( messaging_preference.transport_phone ) %] >+ [% IF ( messaging_preference.transport_itiva ) %] > <td> >- [% IF ( messaging_preference.transports_phone ) %] >+ [% IF ( messaging_preference.transports_itiva ) %] > <input type="checkbox" >- id="phone[% messaging_preference.message_attribute_id | html %]" >+ id="itiva[% messaging_preference.message_attribute_id | html %]" > name="[% messaging_preference.message_attribute_id | html %]" >- value="phone" checked="checked" onclick = "document.opacmessaging.none[% messaging_preference.message_attribute_id | html %].checked=false;" /> >+ value="itiva" checked="checked" onclick = "document.opacmessaging.none[% messaging_preference.message_attribute_id | html %].checked=false;" /> > [% ELSE %] > <input type="checkbox" >- id="phone[% messaging_preference.message_attribute_id | html %]" >+ id="itiva[% messaging_preference.message_attribute_id | html %]" > name="[% messaging_preference.message_attribute_id | html %]" >- value="phone" onclick = "document.opacmessaging.none[% messaging_preference.message_attribute_id | html %].checked=false;" /> >+ value="itiva" onclick = "document.opacmessaging.none[% messaging_preference.message_attribute_id | html %].checked=false;" /> > [% END %] > </td> > [% ELSE %] >-- >2.20.1
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 25333
:
104046
|
104047
|
104048
|
104049
|
104415
|
112118
|
112138
|
112669
|
112806
|
112807
|
112808
|
112820
| 112821 |
112822