@@ -, +, @@ report - Create a new SQL report. - Save the report. - Edit the report. - Verify that the report id now shows in the breadcrumbs and page title. - Run your report. - Verify the report id shows in the page heading, title and breadcrumbs. --- .../prog/en/modules/reports/guided_reports_start.tt | 10 +++++----- 1 file changed, 5 insertions(+), 5 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 @@ -28,9 +28,9 @@ [%- ELSIF ( showsql ) -%] › Saved reports › SQL view [%- ELSIF ( execute ) -%] - › Saved reports › [% name | html %] Report + › Saved reports › Report [% name | html %] [%- ELSIF ( editsql ) -%] - › Saved reports › Edit SQL report + › Saved reports › Edit report [% reportname | html %] [%- END -%] [%- IF ( build1 ) -%] › Build a report, step 1 of 6: Choose a module @@ -75,9 +75,9 @@ [% ELSIF ( showsql ) %] › Saved reports › SQL view [% ELSIF ( editsql ) %] - › Saved reports › Edit SQL report + › Saved reports › Edit report [% reportname | html %] ([% id | html %]) [% ELSIF ( execute ) %] - › Saved reports[% name | html %] Report + › Saved reports › Report [% name | html %] ([% id | html %]) [% ELSIF ( build1 || build2 || build3 || build4 || build5 || build6 ) %] › Build a report [% IF ( build1 ) %] @@ -838,7 +838,7 @@ [% END # /IF ( enter_params ) %] [% IF ( execute ) %] -

[% name | html %]

+

[% name | html %] ([% id %])

[% IF ( notes ) %]

Notes: [% notes | html %]

[% END %] --