Bugzilla – Attachment 40199 Details for
Bug 14002
Show patron expiry date in OPAC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14002: Display readonly values as plain text
Bug-14002-Display-readonly-values-as-plain-text.patch (text/plain), 1.73 KB, created by
Jonathan Druart
on 2015-06-16 17:27:17 UTC
(
hide
)
Description:
Bug 14002: Display readonly values as plain text
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2015-06-16 17:27:17 UTC
Size:
1.73 KB
patch
obsolete
>From 2becd474c10c2f4547317e823cb9a49b7c3829fd Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@koha-community.org> >Date: Tue, 16 Jun 2015 19:25:58 +0200 >Subject: [PATCH] Bug 14002: Display readonly values as plain text > >There is no need to display the cardnumber and expiration date values in >a disabled input. > >Signed-off-by: Jonathan Druart <jonathan.druart@koha-community.org> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt >index 0536010..fa3eaf3 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt >@@ -64,14 +64,14 @@ > [% UNLESS hidden.defined('cardnumber') %] > <li> > <label>Card number:</label> >- <input type="text" value="[% borrower.cardnumber %]" disabled="disabled"/> >+ [% borrower.cardnumber %] > </li> > [% END %] > > [% UNLESS hidden.defined('dateexpiry') %] > <li> > <label>Expiration date:</label> >- <input type="text" value="[% borrower.dateexpiry | $KohaDates %]" disabled="disabled" size="10" /> >+ [% borrower.dateexpiry | $KohaDates %] > </li> > [% END %] > >-- >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 14002
:
40051
|
40052
|
40055
|
40198
|
40199
|
40405
|
40406