Summary: | Switch single-column templates to Bootstrap grid: Patrons | ||
---|---|---|---|
Product: | Koha | Reporter: | Owen Leonard <oleonard> |
Component: | Templates | Assignee: | Owen Leonard <oleonard> |
Status: | CLOSED FIXED | QA Contact: | Katrin Fischer <katrin.fischer> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | jonathan.druart, testopia |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | Trivial patch | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Bug Depends on: | 19641 | ||
Bug Blocks: | 19980 | ||
Attachments: |
Bug 19982 - Switch single-column templates to Bootstrap grid: Patrons
Bug 19982 - Switch single-column templates to Bootstrap grid: Patrons Bug 19982: Switch single-column templates to Bootstrap grid: Patrons |
Description
Owen Leonard
2018-01-16 16:11:11 UTC
Created attachment 70560 [details] [review] Bug 19982 - Switch single-column templates to Bootstrap grid: Patrons This patch updates two single-column patron module templates to use the Bootstrap grid: - discharges.tt - The list of pending discharges. One or more discharges must have been made via the OPAC. From the staff client home page, look for "Discharge requests pending." - members-update.tt - The list of pending patron updates. One or more updates must have been submitted via the OPAC. From the staff client home page, look for "Patrons requesting modifications." Each of these pages should look correct, with a single centered column with wide margins on either side. At lower browser widths the margins should disappear. Created attachment 70839 [details] [review] Bug 19982 - Switch single-column templates to Bootstrap grid: Patrons This patch updates two single-column patron module templates to use the Bootstrap grid: - discharges.tt - The list of pending discharges. One or more discharges must have been made via the OPAC. From the staff client home page, look for "Discharge requests pending." - members-update.tt - The list of pending patron updates. One or more updates must have been submitted via the OPAC. From the staff client home page, look for "Patrons requesting modifications." Each of these pages should look correct, with a single centered column with wide margins on either side. At lower browser widths the margins should disappear. Signed-off-by: Claire Gravely <claire.gravely@bsz-bw.de> Depends on bug that still requires sign-off. Created attachment 71332 [details] [review] Bug 19982: Switch single-column templates to Bootstrap grid: Patrons This patch updates two single-column patron module templates to use the Bootstrap grid: - discharges.tt - The list of pending discharges. One or more discharges must have been made via the OPAC. From the staff client home page, look for "Discharge requests pending." - members-update.tt - The list of pending patron updates. One or more updates must have been submitted via the OPAC. From the staff client home page, look for "Patrons requesting modifications." Each of these pages should look correct, with a single centered column with wide margins on either side. At lower browser widths the margins should disappear. Signed-off-by: Claire Gravely <claire.gravely@bsz-bw.de> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Pushed to master for 18.05, thanks to everybody involved! |