[Koha-bugs] [Bug 18419] Broken patron-blank image in viewlog.tt

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Apr 25 18:26:56 CEST 2017


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

--- Comment #1 from Owen Leonard <oleonard at myacpl.org> ---
Created attachment 62691
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=62691&action=edit
Bug 18419 - Broken patron-blank image in viewlog.tt

Because of a variable name collision the blank patron image doesn't
display in viewlog.tt. This patch moves the image from the template to
the stylesheet to avoid this problem.

This patch also replaces the blank patron image PNG file with an SVG
file. SVG support is wide enough to begin using whereever possible.

This patch also removes some inline CSS from circ-menu.inc and puts it
in the global stylesheet.

To test, apply the patch and clear your browser cache if necessary.

- Enable the patronimages system preference.
- View a patron account which lacks a patron image. All views (details,
  fines, notices, etc) should show the "blank" patron image, including
  the modification log view.
- View a patron account which has a patron image and check that it still
  displays correctly in all views.

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


More information about the Koha-bugs mailing list