Bugzilla – Attachment 19850 Details for
Bug 10511
Odd behavior for messaging preferences with Talking Tech enabled
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 10511 - Odd behavior for messaging preferences with Talking Tech enabled - QA Followup
Bug-10511---Odd-behavior-for-messaging-preferences.patch (text/plain), 1.75 KB, created by
Kyle M Hall (khall)
on 2013-07-22 12:33:08 UTC
(
hide
)
Description:
Bug 10511 - Odd behavior for messaging preferences with Talking Tech enabled - QA Followup
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2013-07-22 12:33:08 UTC
Size:
1.75 KB
patch
obsolete
>From f1fcfabb490566500d3bdf6540fd6ad7f0830dd0 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Mon, 22 Jul 2013 08:32:39 -0400 >Subject: [PATCH] Bug 10511 - Odd behavior for messaging preferences with Talking Tech enabled - QA Followup > >--- > .../prog/en/includes/messaging-preference-form.inc | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/messaging-preference-form.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/messaging-preference-form.inc >index 367969d..3b7bb50 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/messaging-preference-form.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/messaging-preference-form.inc >@@ -100,12 +100,12 @@ > <input type="checkbox" > id="phone[% messaging_preference.message_attribute_id %]" > name="[% messaging_preference.message_attribute_id %]" >- value="phone" checked="checked" onclick = "$('#none'+'[% messaging_preference.message_attribute_id %]').removeAttr('checked','');" /> >+ value="phone" checked="checked" onclick = "$('#none'+'[% messaging_preference.message_attribute_id %]').removeAttr('checked');" /> > [% ELSE %] > <input type="checkbox" > id="phone[% messaging_preference.message_attribute_id %]" > name="[% messaging_preference.message_attribute_id %]" >- value="phone" onclick = "$('#none'+'[% messaging_preference.message_attribute_id %]').removeAttr('checked','');" /> >+ value="phone" onclick = "$('#none'+'[% messaging_preference.message_attribute_id %]').removeAttr('checked');" /> > [% END %] > [% END %] > </td>[% END %] >-- >1.7.2.5
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 10511
:
19252
|
19783
|
19850
|
20271
|
20272