@@ -, +, @@ - Authorities home page - Authority search results - Authority detail - Authority add/edit - Authority merge --- .../modules/authorities/authorities-home.tt | 18 +++----- .../en/modules/authorities/authorities.tt | 43 ++++++++----------- .../prog/en/modules/authorities/detail.tt | 33 ++++++-------- .../prog/en/modules/authorities/merge.tt | 23 ++++------ .../modules/authorities/searchresultlist.tt | 23 ++++------ 5 files changed, 52 insertions(+), 88 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities-home.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities-home.tt @@ -1,3 +1,4 @@ +[% USE raw %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Authorities › Koha @@ -10,18 +11,11 @@ [% END %] [% WRAPPER 'sub-header.inc' %] - + [% WRAPPER breadcrumbs %] + [% WRAPPER breadcrumb_item bc_active= 1 %] + Authorities + [% END %] + [% END %] [% END %]
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt @@ -252,34 +252,25 @@ [% INCLUDE 'header.inc' %] - [% WRAPPER 'sub-header.inc' %] - - [% END %] + + [% ELSE %] + [% WRAPPER breadcrumb_item bc_active= 1 %] + Adding authority [% authtypetext | html %] + [% END %] + + [% END %] + [% END #/ WRAPPER breadcrumbs %] +[% END #/ WRAPPER sub-header.inc %]
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/detail.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/detail.tt @@ -23,27 +23,20 @@ [% END %] [% WRAPPER 'sub-header.inc' %] - -[% END %] + [% END %] + + [% WRAPPER breadcrumb_item bc_active= 1 %] + [% IF ( unknownauthid ) %] + Unknown authority record + [% ELSE %] + Details for authority #[% authid | html %] ([% authtypetext | html %]) + [% END %] + [% END %] + [% END #/ WRAPPER breadcrumbs %] +[% END #/ WRAPPER sub-header.inc %]
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/merge.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/merge.tt @@ -18,22 +18,15 @@ div#result { margin-top: 1em; } [% END %] [% WRAPPER 'sub-header.inc' %] - -[% END %] + [% END %] + [% WRAPPER breadcrumb_item bc_active= 1 %] + Merging records + [% END %] + [% END #/ WRAPPER breadcrumbs %] +[% END #/ WRAPPER sub-header.inc %]
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist.tt @@ -24,22 +24,15 @@ [% END %] [% WRAPPER 'sub-header.inc' %] - -[% END %] + [% END %] + [% WRAPPER breadcrumb_item bc_active= 1 %] + Authority search results + [% END %] + [% END #/ WRAPPER breadcrumbs %] +[% END #/ WRAPPER sub-header.inc %]
--