Bugzilla – Attachment 162582 Details for
Bug 36157
Links in the "Run with template" dropdown at guided_reports.pl have odd formatting
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36157: Remove class from anchor link
Bug-36157-Remove-class-from-anchor-link.patch (text/plain), 2.04 KB, created by
Martin Renvoize (ashimema)
on 2024-02-29 10:26:50 UTC
(
hide
)
Description:
Bug 36157: Remove class from anchor link
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-02-29 10:26:50 UTC
Size:
2.04 KB
patch
obsolete
>From 5c8e52bfde80a2982d76971480cdfcb3621c0cab 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 > >Test plan: >- Create a notice with the module of "Reports" -- add something to the "Print" section. Example from bug 34136: >[% FOREACH b IN data %] ><div class="panel panel-default"> > <div class="panel-heading">[% b.surname %], [% b.firstname %]</div> > <div class="panel-body">Expiration: [% b.dateexpiry %]</div> > <div class="panel-footer">ID: [% b.borrowernumber %]</div> ></div> >[% END %] > >- Create and run a saved report. Example from the other bug: >SELECT * FROM borrowers > >- Click on the "Run with template" dropdown and hover the template title. > >- Notice it the styling of the hover. Apply patch. Repeat. > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > 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.44.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 36157
:
162385
|
162391
|
162422
|
162429
| 162582