https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37848
Bug ID: 37848
Summary: "Run with template" options need formatting
Change sponsored?: ---
Product: Koha
Version: Main
Hardware: All
OS: All
Status: NEW
Severity: minor
Priority: P5 - low
Component: Templates
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
Created attachment 171097
-->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=171097&action=edit
Screenshot of the Run with template drop-down
This seems to be the same problem as Bug 36157, but maybe related to the
bootstrap upgrade?
To replicate (copied from bug 36157):
1. 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 %]
2. Create and run a saved report. Example from the other bug:
SELECT * FROM borrowers
3. Click on the "Run with template" dropdown and hover the template title.
I attached a screenshot of what it looks like in my ktd (Chrome on Ubuntu
22.04).
--
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/