Bugzilla – Attachment 33595 Details for
Bug 13261
Better check in message for patrons with indefinite restriction
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[Follow-up] Bug 13261 - Better wording for check in message
Follow-up-Bug-13261---Better-wording-for-check-in-.patch (text/plain), 2.18 KB, created by
Marc Véron
on 2014-11-16 07:27:33 UTC
(
hide
)
Description:
[Follow-up] Bug 13261 - Better wording for check in message
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2014-11-16 07:27:33 UTC
Size:
2.18 KB
patch
obsolete
>From 93bbb8e8fefe956a230d36249c9dbeed2f06f977 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Marc=20V=C3=A9ron?= <veron@veron.ch> >Date: Sun, 16 Nov 2014 08:23:55 +0100 >Subject: [PATCH] [Follow-up] Bug 13261 - Better wording for check in message > >Changed wording at two places following Owen's suggestion. >New: "Patron has an indefinite restriction" >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt | 4 ++-- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt | 2 +- > 2 files changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >index 0872043..b938724 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >@@ -440,7 +440,7 @@ $(document).ready(function() { > [% END %] > > [% IF ( USERBLOCKEDNOENDDATE ) %] >- <li>Patron has a restriction (no expiry date).</li> >+ <li>Patron has an indefinite restriction.</li> > [% END %] > > [% IF ( USERBLOCKEDOVERDUE ) %] >@@ -449,7 +449,7 @@ $(document).ready(function() { > </ul> > > [% IF (forceallow) %] >- <li>Restriction overridden temporarily</li> >+ <li>Restriction overridden temporarily.</li> > [% END %] > > </div></div> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >index 706fd0c..15f45a1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >@@ -424,7 +424,7 @@ $(document).ready(function () { > <p class="problem"><b>Reminder: </b>Patron was earlier restricted until [% errmsgloo.prevdebarred | $KohaDates %]</p> > [% END %] > [% IF ( errmsgloo.foreverdebarred ) %] >- <p class="problem"><b>Reminder: </b>Patron has a restriction (no expiry date)</p> >+ <p class="problem"><b>Reminder: </b>Patron has an indefinite restriction</p> > [% END %] > > [% END %] >-- >1.7.10.4
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 13261
:
33593
|
33594
|
33595
|
33619
|
33630
|
33944