Summary: | Printing details.tt is broken | ||
---|---|---|---|
Product: | Koha | Reporter: | Lucas Gass (lukeg) <lucas> |
Component: | Staff interface | Assignee: | Lucas Gass (lukeg) <lucas> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | minor | ||
Priority: | P5 - low | CC: | 1joynelson, bgkriegel, gmcharlt, jonathan.druart |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
See Also: | https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24874 | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: |
20.05.00, 19.11.06. 19.05.11
|
|
Circulation function: | |||
Attachments: |
Bug 25072: Fix details.tt print CSS
Bug 25072: Fix details.tt print CSS Bug 25072: Fix details.tt print CSS |
Description
Lucas Gass (lukeg)
2020-04-06 21:32:22 UTC
Created attachment 103037 [details] [review] Bug 25072: Fix details.tt print CSS TO TEST: -Search for something in the catalog and go to the details page. -Try to print either for the Print button in Koha or File->Print... -Notice the large amount of whitespace on the left -Apply patch -Reload detaials page and attempt to print again. -No whitespace on left side Hi Lucas (In reply to Lucas Gass from comment #0) > -Notice the large amount of whitespace on the left Can't reproduce, could you add a screenshot of what you see? Bernardo, Here is what I am talking about: https://snipboard.io/7OWAej.jpg (In reply to Lucas Gass from comment #3) > Here is what I am talking about: > > https://snipboard.io/7OWAej.jpg Lucas, I see, but this is what I see https://snipboard.io/Jca7w1.jpg (Opera, current master, Print option from details page) No space on the left for me. Seems to be a Firefox problem, or at least I can see your problem using Firefox Created attachment 103896 [details] [review] Bug 25072: Fix details.tt print CSS TO TEST: -Search for something in the catalog and go to the details page. -Try to print either for the Print button in Koha or File->Print... -Notice the large amount of whitespace on the left -Apply patch -Reload detaials page and attempt to print again. -No whitespace on left side Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> Improves output using Firefox browser, no errors Created attachment 103905 [details] [review] Bug 25072: Fix details.tt print CSS TO TEST: -Search for something in the catalog and go to the details page. -Try to print either for the Print button in Koha or File->Print... -Notice the large amount of whitespace on the left -Apply patch -Reload detaials page and attempt to print again. -No whitespace on left side Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> Improves output using Firefox browser, no errors Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Nice work everyone! Pushed to master for 20.05 Backported to 19.11.x for 19.11.06 backported to 19.05.x for 19.05.11 |