View | Details | Raw Unified | Return to bug 14919
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc (-1 / +1 lines)
Lines 90-96 Link Here
90
    [% END %]
90
    [% END %]
91
    [% IF ( CAN_user_borrowers ) %]
91
    [% IF ( CAN_user_borrowers ) %]
92
        [% IF ( intranetreadinghistory ) %]
92
        [% IF ( intranetreadinghistory ) %]
93
            [% IF ( holdshistoryview ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/members/holdsshistory.pl?borrowernumber=[% borrowernumber %]">Holds history</a></li>
93
            [% IF ( holdshistoryview ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/members/holdshistory.pl?borrowernumber=[% borrowernumber %]">Holds history</a></li>
94
        [% END %]
94
        [% END %]
95
    [% END %]
95
    [% END %]
96
    [% IF ( CAN_user_parameters ) %]
96
    [% IF ( CAN_user_parameters ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref (-1 / +1 lines)
Lines 77-83 Patrons: Link Here
77
           choices:
77
           choices:
78
               yes: "Allow"
78
               yes: "Allow"
79
               no: "Don't allow"
79
               no: "Don't allow"
80
         - "staff to access a patron's checkout history (reading history is still stored, regardless of staff being allowed access or not)."
80
         - "staff to access a patron's checkout and hold history (reading history is still stored, regardless of staff being allowed access or not)."
81
     -
81
     -
82
         - The late fine for all checkouts will only go up to
82
         - The late fine for all checkouts will only go up to
83
         - pref: MaxFine
83
         - pref: MaxFine
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt (-2 / +1 lines)
Lines 55-61 Link Here
55
        <th>Author</th>
55
        <th>Author</th>
56
        <th>Barcode</th>
56
        <th>Barcode</th>
57
        <th>Library</th>
57
        <th>Library</th>
58
        <th class="title-string">Reserve date</th>
58
        <th class="title-string">Hold date</th>
59
        <th class="title-string">Notification date</th>
59
        <th class="title-string">Notification date</th>
60
        <th class="title-string">Reminder date</th>
60
        <th class="title-string">Reminder date</th>
61
        <th class="title-string">Expiration date</th>
61
        <th class="title-string">Expiration date</th>
62
- 

Return to bug 14919