| Summary: | Use Font Awesome icons on patron edit pages | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Owen Leonard <oleonard> |
| Component: | Templates | Assignee: | 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 | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | Small patch |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
| 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
Created attachment 48970 [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. tested patch for sandbox, everything ok 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> Pushed to Master - should be in the May 2016 release. Thanks! |