Bug 30890: Fixed ILL breadcrumb
Added correct breadrumb depth when managing requests.
1. Viewing a request on a ILL request page
2. Making sure the breadcrumb has three depths
and the manage requests has the correct
request id
Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit 49577829d9
)
Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
This commit is contained in:
parent
d7bf6f7084
commit
d84dcce946
1 changed files with 2 additions and 2 deletions
|
@ -32,13 +32,13 @@
|
|||
New request
|
||||
</a>
|
||||
</li>
|
||||
[% ELSIF query_type == 'status' %]
|
||||
[% ELSIF query_type == 'illview' %]
|
||||
<li>
|
||||
<a href="/cgi-bin/koha/ill/ill-requests.pl">ILL requests</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#" aria-current="page">
|
||||
Status
|
||||
Manage request [% request.id_prefix _ request.illrequest_id | html %]
|
||||
</a>
|
||||
</li>
|
||||
[% ELSE %]
|
||||
|
|
Loading…
Reference in a new issue