Bugzilla – Attachment 61911 Details for
Bug 18349
Possibility to checkout/renew bypassing the circ rules using SCO
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18349: Remove useless info in alert message
Bug-18349-Remove-useless-info-in-alert-message.patch (text/plain), 4.25 KB, created by
Nick Clemens (kidclamp)
on 2017-04-05 16:43:31 UTC
(
hide
)
Description:
Bug 18349: Remove useless info in alert message
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2017-04-05 16:43:31 UTC
Size:
4.25 KB
patch
obsolete
>From 0c1ec15891cb854d32633d08365f4c591aff02a8 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 31 Mar 2017 13:25:13 -0300 >Subject: [PATCH] Bug 18349: Remove useless info in alert message > >Empty tags should be removed, and message id >Note that not all error codes are covered here. > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > .../opac-tmpl/bootstrap/en/modules/sco/sco-main.tt | 28 ++++++++++------------ > 1 file changed, 12 insertions(+), 16 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt >index f3d7eb5..0ec7679 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt >@@ -43,36 +43,32 @@ > > <p> > [% IF ( circ_error_UNKNOWN_BARCODE ) %] >- <em>MESSAGE 1:</em> The system does not recognize this barcode. >+ The system does not recognize this barcode. > [% ELSIF ( circ_error_max_loans_allowed ) %] >- <em>MESSAGE 2:</em> You have checked out too many items and can't check out any more. >+ You have checked out too many items and can't check out any more. > [% ELSIF ( circ_error_ISSUED_TO_ANOTHER ) %] >- <em>MESSAGE 3:</em> This item is checked out to someone else. >+ This item is checked out to someone else. > [% ELSIF ( circ_error_NO_MORE_RENEWALS ) %] >- <em>MESSAGE 4:</em> You cannot renew this item again. >+ You cannot renew this item again. > [% ELSIF ( circ_error_NOT_FOR_LOAN ) %] >- <em>MESSAGE 5:</em> This item is not for loan. >+ This item is not for loan. > [% ELSIF ( circ_error_DEBT ) %] >- <em>MESSAGE 6:</em> You owe the library [% amount %] and cannot check out. >+ You owe the library [% amount %] and cannot check out. > [% ELSIF ( circ_error_WTHDRAWN ) %] >- <em>MESSAGE 7:</em> This item has been withdrawn from the collection. >+ This item has been withdrawn from the collection. > [% ELSIF ( circ_error_RESTRICTED ) %] >- <em>MESSAGE 8:</em> > [% ELSIF ( circ_error_RESERVED ) %] >- <em>MESSAGE 9:</em> This item is on hold for another patron. >+ This item is on hold for another patron. > [% ELSIF ( circ_error_ITEMNOTSAMEBRANCH ) %] >- <em>MESSAGE 10:</em> > [% ELSIF ( circ_error_EXPIRED ) %] >- <em>MESSAGE 11:</em> Your account has expired. >+ Your account has expired. > [% ELSIF ( circ_error_DEBARRED ) %] >- <em>MESSAGE 12:</em> Your account has been suspended. >+ Your account has been suspended. > [% ELSIF ( circ_error_CARD_LOST ) %] >- <em>MESSAGE 13:</em> This card has been declared lost. >+ This card has been declared lost. > [% ELSIF ( circ_error_GNA ) %] >- <em>MESSAGE 14:</em> > [% ELSIF ( circ_error_INVALID_DATE ) %] >- <em>MESSAGE 15:</em> >- [% END # / IF circ_error_UNKNOWN_BARCODE %] >+ [% END %] > Please see a member of the library staff. > </p> > >-- >2.1.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 18349
:
61719
|
61720
|
61755
|
61756
|
61757
|
61908
|
61909
|
61910
| 61911 |
61959