From eb3e5c00880877393f88e259331e93c4bc9c1c26 Mon Sep 17 00:00:00 2001 From: Pedro Amorim <pedro.amorim@ptfs-europe.com> Date: Fri, 23 Feb 2024 16:23:38 +0000 Subject: [PATCH] Bug 36157: Remove class from anchor link --- koha-tmpl/intranet-tmpl/prog/en/includes/reports-toolbar.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/reports-toolbar.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/reports-toolbar.inc index e85587f5ecc..d42d2dc6bdd 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/reports-toolbar.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/reports-toolbar.inc @@ -71,7 +71,7 @@ <ul class="dropdown-menu"> [% FOREACH tmpl IN templates %] <li> - <a id="runreport" class="btn btn-default" href="/cgi-bin/koha/reports/guided_reports.pl?reports=[% id | html %]&phase=Run%20this%20report&template=[% tmpl.id | html %][% PROCESS params %]"> + <a id="runreport" href="/cgi-bin/koha/reports/guided_reports.pl?reports=[% id | html %]&phase=Run%20this%20report&template=[% tmpl.id | html %][% PROCESS params %]"> [% tmpl.name | html %] </a> </li> -- 2.30.2