Bug 20033

Summary: Switch single-column templates to Bootstrap grid: Catalog
Product: Koha Reporter: Owen Leonard <oleonard>
Component: TemplatesAssignee: Owen Leonard <oleonard>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: testopia
Version: MainKeywords: Academy
Hardware: All   
OS: All   
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: 19980    
Attachments: Bug 20033: Switch single-column templates to Bootstrap grid: Catalog
Bug 20033: Switch single-column templates to Bootstrap grid: Catalog
Bug 20033: Switch single-column templates to Bootstrap grid: Catalog

Description Owen Leonard 2018-01-18 16:06:00 UTC
There are a few single-column catalog-related templates which can be updated to use Bootstrap:

basket\basket.tt
catalogue\advsearch.tt
catalogue\itemsearch.tt
Comment 1 Owen Leonard 2018-01-18 16:13:25 UTC
Created attachment 70697 [details] [review]
Bug 20033: Switch single-column templates to Bootstrap grid: Catalog

This patch updates a few catalog-related single-column templates to use
the Bootstrap grid.

- basket/basket.tt - The staff client cart. Add some items to the cart
  and open the cart.

- catalogue/advsearch.tt - The advanced search page.

- catalogue/itemsearch.tt - The item search page, both the initial form
  and the search results.
Comment 2 Claire Gravely 2018-01-23 14:48:07 UTC
Created attachment 70844 [details] [review]
Bug 20033: Switch single-column templates to Bootstrap grid: Catalog

This patch updates a few catalog-related single-column templates to use
the Bootstrap grid.

- basket/basket.tt - The staff client cart. Add some items to the cart
  and open the cart.

- catalogue/advsearch.tt - The advanced search page.

- catalogue/itemsearch.tt - The item search page, both the initial form
  and the search results.

Signed-off-by: Claire Gravely <claire.gravely@bsz-bw.de>
Comment 3 Katrin Fischer 2018-02-04 17:53:35 UTC
Created attachment 71208 [details] [review]
Bug 20033: Switch single-column templates to Bootstrap grid: Catalog

This patch updates a few catalog-related single-column templates to use
the Bootstrap grid.

- basket/basket.tt - The staff client cart. Add some items to the cart
  and open the cart.

- catalogue/advsearch.tt - The advanced search page.

- catalogue/itemsearch.tt - The item search page, both the initial form
  and the search results.

Signed-off-by: Claire Gravely <claire.gravely@bsz-bw.de>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Comment 4 Jonathan Druart 2018-02-15 16:39:52 UTC
Pushed to master for 18.05, thanks to everybody involved!