Bug 16046

Summary: Use Font Awesome icons on patron edit pages
Product: Koha Reporter: Owen Leonard <oleonard>
Component: TemplatesAssignee: Owen Leonard <oleonard>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: brendan, christian.stelzenmueller, testopia
Version: Main   
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14915
Change sponsored?: --- Patch complexity: Small patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on:    
Bug Blocks: 16080    
Attachments: Bug 16046 - Use Font Awesome icons on patron edit pages
Bug 16046 - Use Font Awesome icons on patron edit pages

Description Owen Leonard 2016-03-10 16:42:34 UTC
There are some links in patron entry and batch patron update which are styled with background images. These can be updated to use Font Awesome icons.
Comment 1 Owen Leonard 2016-03-10 16:54:32 UTC Comment hidden (obsolete)
Comment 2 Christian Stelzenmüller 2016-03-11 14:55:20 UTC
tested patch for sandbox, everything ok
Comment 3 Jonathan Druart 2016-03-14 17:43:40 UTC
Created attachment 49132 [details] [review]
Bug 16046 - Use Font Awesome icons on patron edit pages

This patch updates links in the patron edit and batch patron
modification templates to use Font Awesome icons instead of
background-images.

To test you must have ExtendedPatronAttributes enabled and at least one
repeatable attribute defined.

- Apply the patch and edit any patron record.
- In the section for editing attributes and identifiers, check the
  styling and behavior of the "Clear" and "New" links.
- In Tools -> Batch patron modification, load a batch of patron records.
- In the "Edit" form, check the style and behavior of the "Clear" link
  for date inputs.
- Test the "New" and "Delete" links for patron attributes.

Signed-off-by: Christian Stelzenmüller <christian.stelzenmueller@bsz-bw.de>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Comment 4 Brendan Gallagher 2016-03-23 20:55:30 UTC
Pushed to Master - should be in the May 2016 release.  Thanks!