[Koha-bugs] [Bug 31960] Information on job detail view is misaligned

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Oct 25 00:02:55 CEST 2022


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

Lucas Gass <lucas at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |lucas at bywatersolutions.com

--- Comment #1 from Lucas Gass <lucas at bywatersolutions.com> ---
It is likely happening with other jobs. The problem lines are these ones:

            <li><label for="job_data">Report: </label>
                [% IF job.status != 'new' %][% PROCESS 'report' %][% END %]
            </li>
            <li><label for="job_data">Detailed messages: </label>
                [% IF job.status != 'new' %][% PROCESS 'detail' %][% END %]
            </li>



We are processing those blocks inside of a list element and those blocks
contain a bunch of their own HTML, including h2 and h3.

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


More information about the Koha-bugs mailing list