[Koha-bugs] [Bug 36157] Links in the "Run with template" dropdown at guided_reports.pl have odd formatting

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Feb 26 10:11:17 CET 2024


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36157

Pedro Amorim <pedro.amorim at ptfs-europe.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #162391|0                           |1
        is obsolete|                            |

--- Comment #3 from Pedro Amorim <pedro.amorim at ptfs-europe.com> ---
Created attachment 162422
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=162422&action=edit
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.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list