@@ -, +, @@
reports
- Sometimes, breadcrumbs display a stray > at the end
- While creating a report, steps are not displayed in breadcrumbs and
do not appear in html page title
- html page title is divided by newlines
- Apply patch
- Go to Home > Reports > Guided reports wizard
- Go to all pages including the steps for creating a new report and
verify
- that the breadcrumbs display properly and make sense
- in html source, the page title makes sense and displays on one line.
---
.../en/modules/reports/guided_reports_start.tt | 57 +++++++++++-----------
reports/guided_reports.pl | 2 +-
2 files changed, 29 insertions(+), 30 deletions(-)
--- 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
@@ -12,22 +12,21 @@
[%- END -%]
[% INCLUDE 'doc-head-open.inc' %]
-
Koha › Reports › Guided reports wizard
-[% IF ( saved1 ) %]› Saved reports
-[% ELSIF ( create ) %]› Create from SQL
-[% ELSIF ( showsql ) %]› Saved reports › SQL view
-[% ELSIF ( execute ) %]› Saved reports › [% name %] Report
-[% ELSIF ( editsql ) %]› Saved reports › Edit SQL report
-[% ELSIF ( buildx ) %]› Build a report, step [% buildx %] of 6:
-[% IF ( build1 ) %]Choose a module
-[% ELSIF ( build2 ) %]Pick a report type
-[% ELSIF ( build3 ) %]Select columns for display
-[% ELSIF ( build4 ) %]Select criteria to limit on
-[% ELSIF ( build5 ) %]Pick which columns to total
-[% ELSIF ( build6 ) %]Select how you want the report ordered
-[% END %]
-[% END %]
-
+
+Koha › Reports › Guided reports wizard [%- IF ( saved1 ) -%]› Saved reports
+[%- ELSIF ( create ) -%]› Create from SQL
+[%- ELSIF ( showsql ) -%]› Saved reports › SQL view
+[%- ELSIF ( execute ) -%]› Saved reports › [% name %] Report
+[%- ELSIF ( editsql ) -%]› Saved reports › Edit SQL report
+[%- END -%]
+[%- IF ( build1 ) -%]› Build a report, step 1 of 6: Choose a module
+[%- ELSIF ( build2 ) -%]› Build a report, step 2 of 6: Pick a report type
+[%- ELSIF ( build3 ) -%]› Build a report, step 3 of 6: Select columns for display
+[%- ELSIF ( build4 ) -%]› Build a report, step 4 of 6: Select criteria to limit on
+[%- ELSIF ( build5 ) -%]› Build a report, step 5 of 6: Pick which columns to total
+[%- ELSIF ( build6 ) -%]› Build a report, step 6 of 6: Select how you want the report ordered
+[%- END -%]
+
[% INCLUDE 'doc-head-close.inc' %]
[% INCLUDE 'calendar.inc' %]