Bugzilla – Attachment 37938 Details for
Bug 9878
Flag display is inconsistent between circulation.pl and memberentry.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED OFF] Bug 9878: Add consistentcy on restriction messages
SIGNED-OFF-Bug-9878-Add-consistentcy-on-restrictio.patch (text/plain), 1.97 KB, created by
Nick Clemens (kidclamp)
on 2015-04-16 02:01:44 UTC
(
hide
)
Description:
[SIGNED OFF] Bug 9878: Add consistentcy on restriction messages
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2015-04-16 02:01:44 UTC
Size:
1.97 KB
patch
obsolete
>From 9670ae05f9c5141029b684c130fe45f5ae375fd5 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Thu, 9 Apr 2015 16:22:44 +0200 >Subject: [PATCH] [SIGNED OFF] Bug 9878: Add consistentcy on restriction > messages > >Between both pages circ/circulation.pl and members/moremember.pl, the >restriction messages should be the same. > >Test plan: >1/ Add a non-unlimited restrictions to a patron >2/ Go on both pages and confirm the restriction message is the same. > >Signed-off-by: Nick Clemens <nick@quecheelibrary.org> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt | 11 +++++++++-- > 1 file changed, 9 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >index d01573b..3aa3bfb 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >@@ -168,8 +168,15 @@ function validate1(date) { > <div id="circmessages" class="circmessage attention"> > <ul> > [% IF ( userdebarred ) %] >- <li class="blocker">Patron is restricted[% IF ( userdebarreddate ) %] until [% userdebarreddate%] [% IF (debarredcomment ) %]([% debarredcomment %])[% END %][% END %] >- <a href="#reldebarments" onclick="$('#debarments-tab-link').click()">View restrictions</a> >+ <li class="blocker">Patron's account is restricted >+ [% IF ( userdebarreddate ) %] >+ until [% userdebarreddate %] >+ [% END %] >+ >+ [% IF ( debarredcomment ) %] >+ with the explanation: <i>[% debarredcomment | html_line_break %]</i> >+ [% END %] >+ <a href="#reldebarments" onclick="$('#debarments-tab-link').click()">View restrictions</a> > </li> > [% END %] > [% IF ( gonenoaddress ) %]<li class="blocker">Patron's address is in doubt.</li>[% END %] >-- >1.9.1
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 9878
:
37623
|
37938
|
37993