Bugzilla – Attachment 37898 Details for
Bug 10174
Digest is confusing
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 10174: Add a tooltip to explain what is a digest
Bug-10174-Add-a-tooltip-to-explain-what-is-a-diges.patch (text/plain), 3.71 KB, created by
Jonathan Druart
on 2015-04-15 10:24:48 UTC
(
hide
)
Description:
Bug 10174: Add a tooltip to explain what is a digest
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2015-04-15 10:24:48 UTC
Size:
3.71 KB
patch
obsolete
>From 106fdcf7a84d581ae05402cf4953f48353433c2e Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Wed, 15 Apr 2015 12:19:42 +0200 >Subject: [PATCH] Bug 10174: Add a tooltip to explain what is a digest > >The digest term seems to be ambiguous for some people. > >This patch adds a tooltip to explain what it is (feel free to provide >a better wording). > >Test plan: >Go at the OPAC and click on the "Your messaging tab", you should see an >icon close to "Digest only" to explain what is a digest. >Same at the intranet on editing/showing patron info >--- > .../prog/en/includes/messaging-preference-form.inc | 4 +++- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-messaging.tt | 11 ++++++++++- > 2 files changed, 13 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 3b7bb50..1dfc187 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 >@@ -12,6 +12,7 @@ > $("#rss"+newid).removeAttr("checked"); > } > }); >+ $("#info_digests").tooltip(); > }); > //]]> > </script> >@@ -23,7 +24,8 @@ > <th>Days in advance</th> > [% IF ( SMSSendDriver ) %]<th>SMS</th>[% END %] > [% IF ( TalkingTechItivaPhone ) %]<th>Phone</th>[% END %] >- <th>Email</th><th>Digests only?</th> >+ <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 mesage." data-placement="right" class="icon icon-info-sign"></i></th> > <!-- <th>RSS</th> --> > [% UNLESS ( messaging_form_inactive ) %]<th>Do not notify</th>[% END %] > </tr> >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 c13adc4..3ec4cc1 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-messaging.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-messaging.tt >@@ -30,7 +30,15 @@ > <input type="hidden" name="modify" value="yes" /> > > <table class="table table-bordered table-condensed table-striped"> >- <tr><th> </th><th>Days in advance</th>[% IF ( SMSSendDriver ) %]<th>SMS</th>[% END %][% IF ( TalkingTechItivaPhone ) %]<th>Phone</th>[% END %]<th>Email</th><th>Digests only?</th><!-- <th>RSS</th> --><th>Do not notify</th></tr> >+ <tr> >+ <th> </th> >+ <th>Days in advance</th> >+ [% IF ( SMSSendDriver ) %]<th>SMS</th>[% END %] >+ [% IF ( TalkingTechItivaPhone ) %]<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="icon icon-info-sign"></i></th> >+ <!-- <th>RSS</th> --><th>Do not notify</th> >+ </tr> > [% FOREACH messaging_preference IN messaging_preferences %] > <tr> > <td>[% IF ( messaging_preference.Item_Due ) %]Item due >@@ -139,6 +147,7 @@ > $("#rss"+newid).removeAttr("checked"); > } > }); >+ $("#info_digests").tooltip(); > }); > //]]> > </script> >-- >2.1.0
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 10174
:
37898
|
37921
|
37923