Bug 20742 - Update two-column templates with Bootstrap grid: Administration part 6
Summary: Update two-column templates with Bootstrap grid: Administration part 6
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Templates (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Owen Leonard
QA Contact: Testopia
URL:
Keywords:
Depends on: 20668
Blocks: 20654
  Show dependency treegraph
 
Reported: 2018-05-09 12:04 UTC by Owen Leonard
Modified: 2019-10-14 19:57 UTC (History)
3 users (show)

See Also:
Change sponsored?: ---
Patch complexity: Small patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
Bug 20742: Update two-column templates with Bootstrap grid: Administration part 6 (13.31 KB, patch)
2018-08-17 14:04 UTC, Owen Leonard
Details | Diff | Splinter Review
Bug 20742: Update two-column templates with Bootstrap grid: Administration part 6 (13.45 KB, patch)
2018-08-17 18:21 UTC, Owen Leonard
Details | Diff | Splinter Review
Bug 20742: Update two-column templates with Bootstrap grid: Administration part 6 (13.51 KB, patch)
2018-08-21 07:16 UTC, Claire Gravely
Details | Diff | Splinter Review
Bug 20742: Update two-column templates with Bootstrap grid: Administration part 6 (13.57 KB, patch)
2018-08-27 19:54 UTC, Katrin Fischer
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Owen Leonard 2018-05-09 12:04:26 UTC
This patch will convert more and more administration templates to use the Bootstrap grid:

 - marc_subfields_structure.tt
 - matching-rules.tt
 - oai_set_mappings.tt
 - oai_sets.tt
 - patron-attr-types.tt
 - preferences.tt
 - z3950servers.tt
Comment 1 Owen Leonard 2018-08-17 14:04:55 UTC Comment hidden (obsolete)
Comment 2 Owen Leonard 2018-08-17 18:21:32 UTC Comment hidden (obsolete)
Comment 3 Claire Gravely 2018-08-21 07:16:20 UTC Comment hidden (obsolete)
Comment 4 Katrin Fischer 2018-08-27 19:54:15 UTC
Created attachment 78197 [details] [review]
Bug 20742: Update two-column templates with Bootstrap grid: Administration part 6

This patch modifies several administration templates to use the
Bootstrap grid instead of YUI.

This patch also removes obsolete "text/javascript" attributes from
<script> tags and "text/css" attributes from <style> tags in the
modified templates.

To test, apply the patch and view the following pages, confirming that
they look correct at various browser widths:

 - Administration -> MARC frameworks -> MARC structure -> Subfields
   - View and edit subfields
 - Administration -> Record matching rules
   - View and edit record matching rules
 - Administration -> OAI sets configuration
   - View and edit OAI sets
     - Define mappings for an OAI set
 - Administration -> Patron attribute types
   - View and edit patron attribute types
 - Administration -> System preferences
 - Administration -> Z39.50/SRU servers
   - View and edit servers

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

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Comment 5 Nick Clemens 2018-09-06 17:40:25 UTC
Awesome work all! 

Pushed to master for 18.11
Comment 6 Martin Renvoize 2018-09-10 17:23:40 UTC
Enhancement, will not be backported to 18.05.x series.