Summary: | Add CSS classes to patron info list in patron account | ||
---|---|---|---|
Product: | Koha | Reporter: | Nicole C. Engard <nengard> |
Component: | Templates | Assignee: | Nicole C. Engard <nengard> |
Status: | CLOSED FIXED | QA Contact: | |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | gmcharlt, srdjan, tomascohen |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
element view on patron record
Bug 10197: Add classes to patron info list Bug 10197: Add classes to patron info list [SIGNED-OFF] Bug 10197: Add classes to patron info list [PASSED QA] Bug 10197: Add classes to patron info list |
Created attachment 18065 [details] [review] Bug 10197: Add classes to patron info list This patch adds classes to the patron info found on the top left of the circulation and patron related pages to allow for easy styling of the information displayed. To test: * Apply patch * View a patron detail page and view the source on the list to the left to see the styles * View a checkout screen and view the source on the list to the left with patron info to see the styles * You could also try to style things by customizing your CSS Created attachment 18067 [details] [review] Bug 10197: Add classes to patron info list This patch adds classes to the patron info found on the top left of the circulation and patron related pages to allow for easy styling of the information displayed. To test: * Apply patch * View a patron detail page and view the source on the list to the left to see the styles * View a checkout screen and view the source on the list to the left with patron info to see the styles * You could also try to style things by customizing your CSS Can someone tell me how to rebase a patch to get it to work on the newest version? I applied the patch and it failed, but didn't show me the conflicts in the files like I'm used to with the manual. Nicole Created attachment 19685 [details] [review] [SIGNED-OFF] Bug 10197: Add classes to patron info list This patch adds classes to the patron info found on the top left of the circulation and patron related pages to allow for easy styling of the information displayed. To test: * Apply patch * View a patron detail page and view the source on the list to the left to see the styles * View a checkout screen and view the source on the list to the left with patron info to see the styles * You could also try to style things by customizing your CSS Signed-off-by: Srdjan <srdjan@catalyst.net.nz> Created attachment 19841 [details] [review] [PASSED QA] Bug 10197: Add classes to patron info list This patch adds classes to the patron info found on the top left of the circulation and patron related pages to allow for easy styling of the information displayed. To test: * Apply patch * View a patron detail page and view the source on the list to the left to see the styles * View a checkout screen and view the source on the list to the left with patron info to see the styles * You could also try to style things by customizing your CSS Signed-off-by: Srdjan <srdjan@catalyst.net.nz> Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> Template only changes. Pushed to master. Thanks, Nicole! This patch has been pushed to 3.12.x, will be in 3.12.4. Thanks Nicole! |
Created attachment 17956 [details] element view on patron record On the patron record (and all related tabs) in the staff client the patron info appears on the top left in a list (<ul>) it would be nice if that list and the list items had ID tags so you could style them.