X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=koha-tmpl%2Fopac-tmpl%2Fprog%2Fen%2Fmodules%2Fopac-user.tt;h=d9417ec5b9a12ac3e0920fe18132921bf2bd67fc;hb=d7cbdd3d0bcc4bf06f65ed1fec16d506fa8f217f;hp=58c6fa5e35288e6232fb17a25b2771d784e01935;hpb=10ea4544ea0813d359f9f2df68ba9ad531cc86e7;p=koha_gimpoz diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt index 58c6fa5e35..d9417ec5b9 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt +++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt @@ -4,8 +4,9 @@ [% BORROWER_INF.firstname %] [% BORROWER_INF.surname %] [% END %] [% INCLUDE 'doc-head-close.inc' %] + - @@ -110,8 +92,8 @@ $.tablesorter.addParser({ [% IF ( BORROWER_INF.lost ) %]
  • Please note: Your library card has been marked as lost or stolen. If this is an error, please contact the library.
  • [% END %] - [% IF ( BORROWER_INF.renewal_blocked_fines ) %] -
  • Please note: Since you have more than [% BORROWER_INF.renewal_blocked_fines %] in fines, you cannot renew your books online. Please pay your fines if you wish to renew your books.
  • + [% IF renewal_blocked_fines %] +
  • Please note: Since you have more than [% renewal_blocked_fines %] in fines, you cannot renew your books online. Please pay your fines if you wish to renew your books.
  • [% END %] [% END %] @@ -168,7 +150,7 @@ $.tablesorter.addParser({ - + @@ -192,26 +174,26 @@ $.tablesorter.addParser({ [% END %]
    [% IF ( issues_count ) %] -
    +
    Holds Waiting
    TitleTitle Hold date Pick Up Library
    - [% IF ( JacketImages ) %][% END %] - + [% IF ( JacketImages ) %][% END %] + + [% UNLESS ( item_level_itypes ) %] [% END %] [% IF ( show_barcode ) %][% END %] - [% IF ( OpacRenewalAllowed ) %] - [% UNLESS ( patron_flagged ) %][% END %] + [% UNLESS patron_flagged %][% END %] [% END %] [% IF ( OPACFinesTab ) %] [% END %] [% IF ( OPACMySummaryHTML ) %] - + [% END %] @@ -232,29 +214,29 @@ $.tablesorter.addParser({ [% IF ( GoogleJackets ) %][% IF ( ISSUE.normalized_isbn ) %]
    [% ELSE %]No cover image available[% END %][% END %] -[% IF ( BakerTaylorEnabled ) %][% IF ( ISSUE.normalized_isbn ) %]See Baker & Taylor[% ELSE %]No cover image available[% END %][% END %] +[% IF ( BakerTaylorEnabled ) %][% IF ( ISSUE.normalized_isbn ) %]See Baker & Taylor[% ELSE %]No cover image available[% END %][% END %] [% IF ( SyndeticsEnabled ) %][% IF ( SyndeticsCoverImages ) %][% IF ( using_https ) %] - + [% ELSE %] -[% END %][% END %][% END %] +[% END %][% END %][% END %] [% END %] - [% UNLESS ( item_level_itypes ) %][% END %] - [% IF ( show_barcode ) %][% END %] - [% IF ( ISSUE.overdue ) %] [% ELSE %] [% END %] + [% UNLESS ( item_level_itypes ) %][% END %] + [% IF ( show_barcode ) %][% END %] + [% IF ( OpacRenewalAllowed ) %] - [% UNLESS ( ISSUE.patron_flagged ) %] - @@ -269,22 +251,24 @@ $.tablesorter.addParser({ [% END %]
    [% issues_count %] Item(s) Checked Out
     Title TitleDueItem TypeBarcodeCall No.DueRenewRenewFinesLinksLinks
    [% ISSUE.title |html %] [% ISSUE.author %] [% IF ( ISSUE.imageurl ) %][% ISSUE.description %][% END %] [% ISSUE.description %][% ISSUE.barcode %][% ISSUE.itemcallnumber %][% ISSUE.date_due %][% ISSUE.date_due %][% IF ( ISSUE.imageurl ) %][% ISSUE.description %][% END %] [% ISSUE.description %][% ISSUE.barcode %][% ISSUE.itemcallnumber %][% IF ( ISSUE.status ) %]Renew ([% ISSUE.renewsleft %] of [% ISSUE.renewsallowed %] renewals remaining) + [% UNLESS patron_flagged %] + [% IF ( ISSUE.status ) %] Renew ([% ISSUE.renewsleft %] of [% ISSUE.renewsallowed %] renewals remaining) [% ELSE %] Not renewable[% IF ( ISSUE.too_many ) %] ([% ISSUE.renewsleft %] of [% ISSUE.renewsallowed %] renewals remaining)[% ELSE %][% IF ( ISSUE.on_reserve ) %] (On hold)[% END %][% END %] [% END %]
    - + [% IF ( canrenew ) %] [% IF ( OpacRenewalAllowed ) %] [% END %] + [% END %] [% IF ( OpacRenewalAllowed ) %] - -
    + [% IF ( canrenew ) %] + [% FOREACH ISSUE IN ISSUES %] [% END %] - [% UNLESS ( patron_flagged ) %][% END %] + [% UNLESS patron_flagged %][% END %]
    [% END %] + [% END %] [% ELSE %] @@ -297,14 +281,14 @@ $.tablesorter.addParser({ -[% IF ( JacketImages ) %][% END %] - +[% IF ( JacketImages ) %][% END %] + [% UNLESS ( item_level_itypes ) %] [% END %] [% IF ( show_barcode ) %][% END %] [% IF ( OpacRenewalAllowed ) %] - [% UNLESS ( patron_flagged ) %][% END %][% END %] + [% UNLESS patron_flagged %][% END %][% END %] [% IF ( OPACFinesTab ) %] [% END %] @@ -318,13 +302,13 @@ $.tablesorter.addParser({ [% IF ( GoogleJackets ) %][% IF ( OVERDUE.normalized_isbn ) %]
    [% ELSE %]No cover image available[% END %][% END %] -[% IF ( BakerTaylorEnabled ) %][% IF ( OVERDUE.normalized_isbn ) %]See Baker & Taylor[% ELSE %]No cover image available[% END %][% END %] +[% IF ( BakerTaylorEnabled ) %][% IF ( OVERDUE.normalized_isbn ) %]See Baker & Taylor[% ELSE %]No cover image available[% END %][% END %] [% IF ( SyndeticsCoverImages ) %] [% IF ( using_https ) %] - + [% ELSE %] - + [% END %] [% END %] [% END %] @@ -336,7 +320,7 @@ $.tablesorter.addParser({ [% IF ( OpacRenewalAllowed ) %] - [% UNLESS ( OVERDUE.patron_flagged ) %] + [% UNLESS patron_flagged %] - + @@ -368,7 +352,7 @@ $.tablesorter.addParser({ [% END %] - + [% FOREACH RESERVE IN RESERVES %] @@ -439,8 +423,7 @@ $.tablesorter.addParser({
    -[% INCLUDE 'navigation.inc' %] -[% INCLUDE 'usermenu.inc' %] +[% INCLUDE 'navigation.inc' IsPatronPage=1 %]
    You have nothing checked out
    Overdues ([% overdues_count %] total)
     Title TitleItem TypeBarcodeCall No. DueRenewRenewFines[% OVERDUE.itemcallnumber %] [% OVERDUE.date_due %] [% IF ( OVERDUE.debarred ) %]Account Frozen [% ELSIF ( OVERDUE.status ) %] @@ -360,7 +344,7 @@ $.tablesorter.addParser({
    Holds ([% reserves_count %] total)
    TitleTitle Placed On Expires On Pick Up LocationPriorityStatusModifyModify