@@ -, +, @@ --- .../prog/en/modules/reports/guided_reports_start.tt | 6 +++--- 1 file changed, 3 insertions(+), 3 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 @@ -73,11 +73,11 @@ [% ELSIF ( create ) %] › Create from SQL [% ELSIF ( showsql ) %] - › Saved reports › SQL view + › Saved reports › [% reportname | html %] ([% id | html %]) [% ELSIF ( editsql ) %] - › Saved reports › Edit report [% reportname | html %] ([% id | html %]) + › Saved reports[% reportname | html %] ([% id | html %]) › Edit [% ELSIF ( execute ) %] - › Saved reports › Report [% name | html %] ([% id | html %]) + › Saved reports[% name | html %] ([% id | html %]) › Run [% ELSIF ( build1 || build2 || build3 || build4 || build5 || build6 ) %] › Build a report [% IF ( build1 ) %] --