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: oleon...@myacpl.org
          Reporter: jr...@sekls.org
        QA Contact: testo...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/

Reply via email to