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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc (-1 / +1 lines)
Lines 132-138 Link Here
132
        [% IF houseboundview %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/members/housebound.pl?borrowernumber=[% patron.borrowernumber | uri %]">Housebound</a></li>
132
        [% IF houseboundview %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/members/housebound.pl?borrowernumber=[% patron.borrowernumber | uri %]">Housebound</a></li>
133
    [% END %]
133
    [% END %]
134
    [% IF Koha.Preference('ILLModule') && CAN_user_ill %]
134
    [% IF Koha.Preference('ILLModule') && CAN_user_ill %]
135
        [% IF illview %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/members/ill-requests.pl?borrowernumber=[% patron.borrowernumber | uri %]">Interlibrary loans</a></li>
135
        [% IF illview %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/members/ill-requests.pl?borrowernumber=[% patron.borrowernumber | uri %]">ILL requests history</a></li>
136
    [% END %]
136
    [% END %]
137
</ul></div>
137
</ul></div>
138
138
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/ill-requests.tt (-3 / +2 lines)
Lines 8-14 Link Here
8
[% USE ColumnsSettings %]
8
[% USE ColumnsSettings %]
9
9
10
[% INCLUDE 'doc-head-open.inc' %]
10
[% INCLUDE 'doc-head-open.inc' %]
11
<title>Koha &rsaquo; Patrons &rsaquo; ILL requests for [% INCLUDE 'patron-title.inc' no_html = 1 %]</title>
11
<title>Koha &rsaquo; Patrons &rsaquo; ILL requests history for [% INCLUDE 'patron-title.inc' no_html = 1 %]</title>
12
[% INCLUDE 'doc-head-close.inc' %]
12
[% INCLUDE 'doc-head-close.inc' %]
13
</head>
13
</head>
14
14
Lines 19-25 Link Here
19
    <div id="breadcrumbs">
19
    <div id="breadcrumbs">
20
        <a href="/cgi-bin/koha/mainpage.pl">Home</a>
20
        <a href="/cgi-bin/koha/mainpage.pl">Home</a>
21
        &rsaquo; <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a>
21
        &rsaquo; <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a>
22
        &rsaquo; ILL requests for [% INCLUDE 'patron-title.inc' %]
22
        &rsaquo; ILL requests history for [% INCLUDE 'patron-title.inc' %]
23
    </div>
23
    </div>
24
24
25
    <div id="doc3" class="yui-t1">
25
    <div id="doc3" class="yui-t1">
26
- 

Return to bug 18589