Bug 20641

Summary: Switch single-column templates to Bootstrap grid: Various, part 2
Product: Koha Reporter: Owen Leonard <oleonard>
Component: TemplatesAssignee: Owen Leonard <oleonard>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: jonathan.druart, martin.renvoize, nick, testopia
Version: MainKeywords: Academy
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: Small patch Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:
Bug Depends on: 19709    
Bug Blocks: 6647, 19980    
Attachments: Bug 20641: Switch single-column templates to Bootstrap grid: Various, part 2
Bug 20641: Switch single-column templates to Bootstrap grid: Various, part 2
Bug 20641: Switch single-column templates to Bootstrap grid: Various, part 2
Bug 20641: Switch single-column templates to Bootstrap grid: Various, part 2
Bug 20641: Switch single-column templates to Bootstrap grid: Various, part 2

Description Owen Leonard 2018-04-23 18:22:02 UTC
This patch will convert several unrelated templates to use the Bootstrap grid:

- acqui/addorderiso2709.tt 
- catalogue/search-history.tt 
- cataloguing/linkitem.tt 
- cataloguing/value_builder/unimarc_field_225a_bis.tt 
- common/patron_search.tt 
- labels/label-print.tt
Comment 1 Owen Leonard 2018-04-24 13:03:48 UTC Comment hidden (obsolete)
Comment 2 Owen Leonard 2018-05-11 13:31:28 UTC Comment hidden (obsolete)
Comment 3 Claire Gravely 2018-05-14 08:00:11 UTC Comment hidden (obsolete)
Comment 4 Owen Leonard 2018-06-05 18:27:58 UTC
Created attachment 75832 [details] [review]
Bug 20641: Switch single-column templates to Bootstrap grid: Various, part 2

This patch updates various unrelated templates to use the Bootstrap
grid. In each case, confirm that the indicated page looks correct.

 - Acquisitions -> Vendor -> Add to basket -> From a staged file.
 - Logged-in user menu (in the upper right) -> Search history.
 - With plugins disabled in koha-conf.xml, go to Tools -> Tools plugins.
 - With the EasyAnalyticalRecords system preference set to 'Display,'
   view a bibliographic record.
   - Choose Edit -> Link to host item.
   - Submit a barcode to be linked.
 - Configure a MARC subfield (e.g. 100$a) to use the
   unimarc_field_225a_bis plugin.
   From the MARC edit page, trigger the plugin and confirm that the
   page in the popup window looks correct. Confirm that changes made in
   the popup window are saved to the corresponding field in the editor.
 - Administration -> Funds -> Edit a fund.
   - Click 'Select owner.'
   - Search for a patron.

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

Rebased on top of Bug 19709
Comment 5 Jonathan Druart 2018-06-18 21:05:35 UTC
Created attachment 76164 [details] [review]
Bug 20641: Switch single-column templates to Bootstrap grid: Various, part 2

This patch updates various unrelated templates to use the Bootstrap
grid. In each case, confirm that the indicated page looks correct.

 - Acquisitions -> Vendor -> Add to basket -> From a staged file.
 - Logged-in user menu (in the upper right) -> Search history.
 - With plugins disabled in koha-conf.xml, go to Tools -> Tools plugins.
 - With the EasyAnalyticalRecords system preference set to 'Display,'
   view a bibliographic record.
   - Choose Edit -> Link to host item.
   - Submit a barcode to be linked.
 - Configure a MARC subfield (e.g. 100$a) to use the
   unimarc_field_225a_bis plugin.
   From the MARC edit page, trigger the plugin and confirm that the
   page in the popup window looks correct. Confirm that changes made in
   the popup window are saved to the corresponding field in the editor.
 - Administration -> Funds -> Edit a fund.
   - Click 'Select owner.'
   - Search for a patron.

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

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Comment 6 Nick Clemens (kidclamp) 2018-07-06 14:47:41 UTC
Awesome work all!

Pushed to master for 18.11
Comment 7 Martin Renvoize (ashimema) 2018-07-10 08:27:25 UTC
Enhancement, not backporting to 18.05.x series.