Bugzilla – Attachment 3963 Details for
Bug 6229
Patron messaging table preview broken
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed patch
0001-Bug-6229-Message-preferences-on-patron-details-tab-b.patch (text/plain), 3.19 KB, created by
Katrin Fischer
on 2011-04-21 09:44:19 UTC
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2011-04-21 09:44:19 UTC
Size:
3.19 KB
patch
obsolete
>From 7c0d85b74a28f9ab25abaf7b021a623f8680b5f8 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer@bsz-bw.de> >Date: Wed, 20 Apr 2011 01:23:59 +0200 >Subject: [PATCH] Bug 6229: Message preferences on patron details tab broken >Content-Type: text/plain; charset="utf-8" > >TT scoping problems fixed. > >Table now greyed out on the details tab and last column 'Don't notify' >shows correctly. >--- > .../prog/en/includes/messaging-preference-form.inc | 12 ++++++------ > 1 files changed, 6 insertions(+), 6 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 624b14a..90dbf1d 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 >@@ -36,7 +36,7 @@ > [% ELSE %]Unknown [% END %]</td> > [% IF ( messaging_preference.takes_days ) %] > <td> >- [% IF ( messaging_preference.messaging_form_inactive ) %] >+ [% IF ( messaging_form_inactive ) %] > <select name="[% messaging_preference.message_attribute_id %]-DAYS" disabled="disabled"> > [% ELSE %] > <select name="[% messaging_preference.message_attribute_id %]-DAYS"> >@@ -53,7 +53,7 @@ > [% END %] > <!-- [% IF ( messaging_preference.transport_sms ) %] > [% IF ( messaging_preference.SMSSendDriver ) %]<td> >- [% IF ( messaging_preference.messaging_form_inactive ) %] >+ [% IF ( messaging_form_inactive ) %] > <input type="checkbox" > id="sms[% messaging_preference.message_attribute_id %]" > name="[% messaging_preference.message_attribute_id %]" >@@ -71,7 +71,7 @@ > > [% IF ( messaging_preference.transport_email ) %] > <td> >- [% IF ( messaging_preference.messaging_form_inactive ) %] >+ [% IF ( messaging_form_inactive ) %] > <input type="checkbox" > id="email[% messaging_preference.message_attribute_id %]" > name="[% messaging_preference.message_attribute_id %]" >@@ -89,7 +89,7 @@ > > [% IF ( messaging_preference.has_digest ) %] > <td> >- [% IF ( messaging_preference.messaging_form_inactive ) %] >+ [% IF ( messaging_form_inactive ) %] > <input type="checkbox" > id="digest[% messaging_preference.message_attribute_id %]" > value="[% messaging_preference.message_attribute_id %]" >@@ -107,7 +107,7 @@ > > <!-- [% IF ( messaging_preference.transport_rss ) %] > <td> >- [% IF ( messaging_preference.messaging_form_inactive ) %] >+ [% IF ( messaging_form_inactive ) %] > <input type="checkbox" > id="rss[% messaging_preference.message_attribute_id %]" > name="[% messaging_preference.message_attribute_id %]" >@@ -123,7 +123,7 @@ > <td>-</td> > [% END %] --> > >- [% UNLESS ( messaging_preference.messaging_form_inactive ) %] >+ [% UNLESS ( messaging_form_inactive ) %] > <td><input type="checkbox" class="none" id="none[% messaging_preference.message_attribute_id %]" /></td> > [% END %] > </tr> >-- >1.6.3.3 >
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 6229
:
3962
| 3963