Bugzilla – Attachment 20658 Details for
Bug 2720
Overdues which debar automatically should undebar automatically when returned
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 2720 - QA Followup 2
Bug-2720---QA-Followup-2.patch (text/plain), 1.75 KB, created by
Kyle M Hall (khall)
on 2013-08-27 17:06:32 UTC
(
hide
)
Description:
Bug 2720 - QA Followup 2
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2013-08-27 17:06:32 UTC
Size:
1.75 KB
patch
obsolete
>From 0a685c8516c0ad39ae85849e24e0c13cda25d509 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Tue, 27 Aug 2013 13:04:38 -0400 >Subject: [PATCH] Bug 2720 - QA Followup 2 > >--- > .../prog/en/modules/circ/circulation.tt | 14 ++++++++++++-- > 1 files changed, 12 insertions(+), 2 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 667ac73..d2d74dd 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >@@ -699,8 +699,18 @@ No patron matched <span class="ex">[% message %]</span> > > [% IF ( userdebarred ) %] > <li class="blocker"> >- <span class="circ-hlt"> Restricted:</span> Patron's account is restricted [% IF (userdebarreddate ) %] until [% userdebarreddate %] [% END %] [% IF (debarredcomment ) %] with the comment "[% debarredcomment %]"[% END %] >- <a href="#reldebarments" onclick="$('#debarments-tab-link').click()">View restrictions</a> >+ <span class="circ-hlt"> Restricted:</span> Patron's account is restricted >+ >+ [% IF ( userdebarreddate ) %] >+ until [% userdebarreddate %] >+ [% END %] >+ >+ [% IF ( debarredcomment ) %] >+ with the explanation: <br/><i>[% debarredcomment | html_line_break %]</i> >+ [% END %] >+ >+ <br/> >+ <a class="btn btn-small" href="#reldebarments" onclick="$('#debarments-tab-link').click()"><i class="icon-ban-circle"></i> View restrictions</a> > </li> > [% 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 2720
:
15045
|
15050
|
15051
|
15052
|
16669
|
18213
|
19401
|
19414
|
19418
|
19419
|
19420
|
19421
|
19755
|
20655
|
20656
|
20657
|
20658
|
21366
|
21367
|
21368
|
21369
|
21405
|
21406
|
21407
|
21408
|
21409
|
21410
|
25575
|
25578