Bug 19982

Summary: Switch single-column templates to Bootstrap grid: Patrons
Product: Koha Reporter: Owen Leonard <oleonard>
Component: TemplatesAssignee: Owen Leonard <oleonard>
Status: CLOSED FIXED QA Contact: Katrin Fischer <katrin.fischer>
Severity: enhancement    
Priority: P5 - low CC: jonathan.druart, katrin.fischer, testopia
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:
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
There are two single-column templates in the Patrons module which can be updated to use Bootstrap:

discharges.tt
members-update.tt
Comment 1 Owen Leonard 2018-01-16 16:21:06 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.
Comment 2 Claire Gravely 2018-01-23 14:23:41 UTC
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>
Comment 3 Katrin Fischer 2018-02-04 18:02:12 UTC
Depends on bug that still requires sign-off.
Comment 4 Katrin Fischer 2018-02-07 21:36:36 UTC
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>
Comment 5 Katrin Fischer 2018-02-07 21:37:17 UTC
Tested on top of dependent bug 19641
Comment 6 Jonathan Druart 2018-02-15 16:39:41 UTC
Pushed to master for 18.05, thanks to everybody involved!