Bug 32102: Improve specificity of batch record modification breadcrumbs
This patch makes a minor change to the batch record modification template so that there is a link back to the initial view after you have submitted a batch for modification. To test, apply the patch and go to Cataloging -> Batch record modification. - Initially the breadcrumbs menu should show Home -> Cataloging -> Batch record modification - Submit a batch of bibliographic or authority records for modification - The breadcrumbs should now read Home -> Cataloging -> Batch record modification -> Results - The same menu options should show after you confirm the operation Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
9678846480
commit
3fa7034bbe
1 changed files with 12 additions and 3 deletions
|
@ -22,9 +22,18 @@
|
|||
<li>
|
||||
<a href="/cgi-bin/koha/cataloguing/cataloging-home.pl">Cataloging</a>
|
||||
</li>
|
||||
[% IF view == 'form' %]
|
||||
<li>
|
||||
<a href="#" aria-current="page">Batch record modification</a>
|
||||
</li>
|
||||
[% ELSE %]
|
||||
<li>
|
||||
<a href="/cgi-bin/koha/tools/batch_record_modification.pl">Batch record modification</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#" aria-current="page">Results</a>
|
||||
</li>
|
||||
[% END %]
|
||||
</ol>
|
||||
</nav>
|
||||
[% END %]
|
||||
|
|
Loading…
Reference in a new issue