From d73756dc04dbe7d690fd4d59efd4ae196ba8c25a Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Wed, 14 Oct 2020 12:45:01 +0100 Subject: [PATCH] Bug 24834: (follow-up) Improve breadcrumb This patch updates the breadcrumb navigation to be consistent for View, Edit and Run with the report name (and id in brackets) appropraitely placed in the breadcrumb with a link back to the view and the 'Action' clearly listed as the final part of the breadcrumb path. Signed-off-by: Martin Renvoize --- .../prog/en/modules/reports/guided_reports_start.tt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt index 6fad44ce9e..b6e99a8fd1 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt +++ b/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 ) %] -- 2.20.1