@@ -, +, @@ 5 - Tools -> - Pages -> - View a page in the staff interface - Upload patron images - Upload results - Quote editor - Quotes upload - OPAC problem reports (must have OPACReportProblem enabled) --- .../prog/en/modules/tools/page.tt | 30 ++++++++------- .../prog/en/modules/tools/picture-upload.tt | 37 +++++++------------ .../prog/en/modules/tools/problem-reports.tt | 23 ++++-------- .../prog/en/modules/tools/quotes-upload.tt | 27 +++++--------- .../prog/en/modules/tools/quotes.tt | 26 +++++-------- 5 files changed, 57 insertions(+), 86 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/page.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/page.tt @@ -7,22 +7,24 @@ - [% INCLUDE 'header.inc' %] +[% WRAPPER 'header.inc' %] [% INCLUDE 'cat-search.inc' %] +[% END %] - +[% WRAPPER 'sub-header.inc' %] + [% WRAPPER breadcrumbs %] + [% WRAPPER breadcrumb_item %] + Tools + [% END %] + [% WRAPPER breadcrumb_item bc_active= 1 %] + [% IF page %] + [% page.title | html %] + [% ELSE %] + Page error + [% END %] + [% END %] + [% END #/ WRAPPER breadcrumbs %] +[% END #/ WRAPPER sub-header.inc %]
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/picture-upload.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/picture-upload.tt @@ -13,33 +13,24 @@ [% END %] [% WRAPPER 'sub-header.inc' %] - -[% END %] + [% WRAPPER breadcrumb_item bc_active= 1 %] + Upload patron images + [% END %] + [% END # /IF TOTAL %] + [% END #/ WRAPPER breadcrumbs %] +[% END #/ WRAPPER sub-header.inc %] [% INCLUDE 'blocking_errors.inc' %]
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/problem-reports.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/problem-reports.tt @@ -15,22 +15,15 @@ [% END %] [% WRAPPER 'sub-header.inc' %] - -[% END %] + [% END %] + [% WRAPPER breadcrumb_item bc_active= 1 %] + OPAC problem reports + [% END %] + [% END #/ WRAPPER breadcrumbs %] +[% END #/ WRAPPER sub-header.inc %]
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes-upload.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes-upload.tt @@ -14,25 +14,18 @@ [% END %] [% WRAPPER 'sub-header.inc' %] - -[% END %] + [% END %] + [% WRAPPER breadcrumb_item bc_active= 1 %] + Quote uploader + [% END %] + [% END #/ WRAPPER breadcrumbs %] +[% END #/ WRAPPER sub-header.inc %]
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes.tt @@ -1,6 +1,5 @@ [% USE raw %] [% USE Asset %] -[% PROCESS 'i18n.inc' %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Quote editor › Tools › Koha @@ -14,22 +13,15 @@ [% END %] [% WRAPPER 'sub-header.inc' %] - -[% END %] + [% END %] + [% WRAPPER breadcrumb_item bc_active= 1 %] + Quote editor + [% END %] + [% END #/ WRAPPER breadcrumbs %] +[% END #/ WRAPPER sub-header.inc %]
@@ -105,7 +97,7 @@ [% END %] [% IF op == 'list' %] -

[% tp('citations', 'Quotes') | html %]

+

Quotes

[% IF quotes_count > 0 %]
--