@@ -, +, @@ 2 - Reports -> - Most circulated items - Report results - Items with no checkouts - Report results - Catalog statistics wizard - Report results - View dictionary - New definition (steps 1-5) - Saved reports - View report - New report - Edit report - Guided reports - Build a report - Steps 1 through 6 --- .../prog/en/modules/reports/cat_issues_top.tt | 38 +++--- .../prog/en/modules/reports/catalogue_out.tt | 33 ++--- .../en/modules/reports/catalogue_stats.tt | 38 +++--- .../prog/en/modules/reports/dictionary.tt | 94 +++++--------- .../modules/reports/guided_reports_start.tt | 117 +++++++----------- 5 files changed, 126 insertions(+), 194 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/cat_issues_top.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/cat_issues_top.tt @@ -1,3 +1,4 @@ +[% USE raw %] [% USE Branches %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] @@ -11,33 +12,24 @@ [% END %] [% WRAPPER 'sub-header.inc' %] - -[% END %] + [% WRAPPER breadcrumb_item bc_active= 1 %] + Most-circulated items + [% END %] + [% END # /IF ( do_it ) %] + [% END #/ WRAPPER breadcrumbs %] +[% END #/ WRAPPER sub-header.inc %]
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_out.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_out.tt @@ -1,3 +1,4 @@ +[% USE raw %] [% USE Branches %] [% USE ItemTypes %] [% INCLUDE 'doc-head-open.inc' %] @@ -14,22 +15,24 @@ [% END %] [% WRAPPER 'sub-header.inc' %] - -[% END %] + [% END %] + [% IF ( do_it ) %] + [% WRAPPER breadcrumb_item %] + Items with no checkouts + [% END %] + [% WRAPPER breadcrumb_item bc_active= 1 %] + Results + [% END %] + [% ELSE %] + [% WRAPPER breadcrumb_item bc_active= 1 %] + Items with no checkouts + [% END %] + [% END # /IF ( do_it ) %] + [% END #/ WRAPPER breadcrumbs %] +[% END #/ WRAPPER sub-header.inc %]
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_stats.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_stats.tt @@ -1,3 +1,4 @@ +[% USE raw %] [% USE Branches %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] @@ -11,33 +12,24 @@ [% END %] [% WRAPPER 'sub-header.inc' %] - -[% END %] + [% WRAPPER breadcrumb_item bc_active= 1 %] + Catalog statistics + [% END %] + [% END # /IF ( do_it ) %] + [% END #/ WRAPPER breadcrumbs %] +[% END #/ WRAPPER sub-header.inc %]
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/dictionary.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/dictionary.tt @@ -1,3 +1,4 @@ +[% USE raw %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Dictionary › Guided reports › Reports › Koha @@ -22,78 +23,45 @@ [%- END -%] [% WRAPPER 'sub-header.inc' %] - -[% END %] + [% END #/ WRAPPER breadcrumbs %] +[% END #/ WRAPPER sub-header.inc %]
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt @@ -69,87 +69,64 @@ [% END %] [% WRAPPER 'sub-header.inc' %] - -[% END %] + [% END %] + [% WRAPPER breadcrumb_item bc_active= 1 %] + [% IF ( build1 ) %] + Step 1 of 6: Choose a module + [% ELSIF ( build2 ) %] + Step 2 of 6: Pick a report type + [% ELSIF ( build3 ) %] + Step 3 of 6: Select columns for display + [% ELSIF ( build4 ) %] + Step 4 of 6: Select criteria to limit on + [% ELSIF ( build5 ) %] + Step 5 of 6: Pick which columns to total + [% ELSIF ( build6 ) %] + Step 6 of 6: Select how you want the report ordered + [% END # /IF ( build1 ) %] + [% END # /WRAPPER breadcrumb_item %] + [% END # /IF ( saved1 ) %] + [% END # /WRAPPER breadcrumbs %] +[% END # /WRAPPER 'sub-header.inc' %]