[Koha-bugs] [Bug 36157] New: 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
Fri Feb 23 16:04:06 CET 2024


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

            Bug ID: 36157
           Summary: Links in the "Run with template" dropdown at
                    guided_reports.pl have odd formatting
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Templates
          Assignee: oleonard at myacpl.org
          Reporter: jrobb at sekls.org
        QA Contact: testopia at bugs.koha-community.org

Created attachment 162385
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=162385&action=edit
Dropdown formatting differences

When using the feature added by bug 34136, the new "Run with template" dropdown
 has btn classes on the links in the dropdown list which gives it odd
formatting compared to the rest of the dropdowns in the toolbar. I attached a
screenshot to hopefully better illustrate.

To replicate:
- Create a notice with the module of "Reports" -- add something to the "Print"
section. Example from the other bug:

[% 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.

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


More information about the Koha-bugs mailing list