Bugzilla – Attachment 112947 Details for
Bug 25334
Add generic 'phone' message transport type
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25334: (QA follow-up) Update opac messaging
Bug-25334-QA-follow-up-Update-opac-messaging.patch (text/plain), 3.66 KB, created by
Kyle M Hall (khall)
on 2020-11-03 18:22:11 UTC
(
hide
)
Description:
Bug 25334: (QA follow-up) Update opac messaging
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2020-11-03 18:22:11 UTC
Size:
3.66 KB
patch
obsolete
>From 94c29746bcf513c6b6ea84a93f5764518dcc6b38 Mon Sep 17 00:00:00 2001 >From: John Doe <you@example.com> >Date: Tue, 3 Nov 2020 18:13:28 +0000 >Subject: [PATCH] Bug 25334: (QA follow-up) Update opac messaging > >--- > .../bootstrap/en/modules/opac-messaging.tt | 20 +++++++++++++++++++ > 1 file changed, 20 insertions(+) > >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 7f74fde6ae..44b12868d0 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-messaging.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-messaging.tt >@@ -48,6 +48,7 @@ > <th>Days in advance</th> > [% IF ( SMSSendDriver ) %]<th>SMS</th>[% END %] > [% IF ( TalkingTechItivaPhone ) %]<th>Phone</th>[% END %] >+ [% IF Koha.Preference('PhoneNotification') %]<th>Phone</th>[% END %] > <th>Email</th> > <th>Digests only <i id="info_digests" data-toggle="tooltip" title="You can ask for a digest to reduce the number of messages. Messages will be saved and sent as a single message." data-placement="right" class="fa fa-info-circle"></i></th> > </tr> >@@ -93,6 +94,25 @@ > <td>-</td> > [% END %] > [% END %] >+ [% IF Koha.Preference('PhoneNotification') %] >+ [% IF ( messaging_preference.transport_phone ) %] >+ <td> >+ [% IF ( messaging_preference.transports_phone ) %] >+ <input type="checkbox" >+ id="phone[% 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;" /> >+ [% ELSE %] >+ <input type="checkbox" >+ id="phone[% 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;" /> >+ [% END %] >+ </td> >+ [% ELSE %] >+ <td>-</td> >+ [% END %] >+ [% END %] > [% IF ( TalkingTechItivaPhone ) %] > [% IF ( messaging_preference.transport_itiva ) %] > <td> >-- >2.24.1 (Apple Git-126)
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 25334
:
104050
|
104076
|
104885
|
104886
|
112101
|
112119
|
112137
|
112946
|
112947
|
112948
|
113059
|
113060
|
113103
|
113104
|
113105
|
113106
|
113107