Bug 20743

Summary: Update two-column templates with Bootstrap grid: Administration part 7
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: Main   
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: 20668, 21243    
Bug Blocks: 20654, 21574    
Attachments: Bug 20743: Update two-column templates with Bootstrap grid: Administration part 7
Bug 20743: Update two-column templates with Bootstrap grid: Administration part 7
Bug 20743: Update two-column templates with Bootstrap grid: Administration part 7
Bug 20743: Update two-column templates with Bootstrap grid: Administration part 7
Bug 20743: Remove duplicated line 'See your public page'

Description Owen Leonard 2018-05-09 12:08:01 UTC
This patch will convert the last of the administration templates to use the Bootstrap grid:

 - printers.tt
 - searchengine/elasticsearch/mappings.tt
 - smart-rules.tt
 - sms_providers.tt
 - sru_modmapping.tt
 - systempreferences.tt
 - transport-cost-matrix.tt
 - usage_statistics.tt
Comment 1 Owen Leonard 2018-08-17 14:33:57 UTC Comment hidden (obsolete)
Comment 2 Owen Leonard 2018-08-20 14:20:22 UTC Comment hidden (obsolete)
Comment 3 Claire Gravely 2018-08-21 07:52:17 UTC Comment hidden (obsolete)
Comment 4 Katrin Fischer 2018-08-27 20:04:42 UTC
Created attachment 78198 [details] [review]
Bug 20743: Update two-column templates with Bootstrap grid: Administration part 7

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:

 - Navigate directly to /cgi-bin/koha/admin/printers.pl
   - View and edit printers
 - Administration -> Search engine configuration (or navigate directly
   to /cgi-bin/koha/admin/searchengine/elasticsearch/mappings.pl
 - Administration -> Circulation and fines rules
 - Administration -> SMS cellular providers (enable SMSSendDriver or
   navigate directly to /cgi-bin/koha/admin/sms_providers.pl)
 - Administration -> Z39.50/SRU servers -> New SRU server -> Modify SRU
   search fields mapping
 - Administration -> System preferences -> Local use
   - View and edit local use preferences
 - Administration -> Transport cost matrix
 - With  UsageStats enabled, go to Administration -> Share your usage
   statistics.

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

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

Pushed to master for 18.11
Comment 6 Martin Renvoize (ashimema) 2018-09-10 17:24:07 UTC
Enhancement, will not be backported to 18.05.x series.
Comment 7 Jonathan Druart 2018-09-15 17:37:05 UTC
Block 
"See your public page:
You do not have anything public yet." on Home › Administration › Usage statistics appears twice.
Comment 8 Nick Clemens (kidclamp) 2018-09-21 11:39:56 UTC
Created attachment 79224 [details] [review]
Bug 20743: Remove duplicated line 'See your public page'
Comment 9 Nick Clemens (kidclamp) 2018-09-21 13:50:58 UTC
(In reply to Nick Clemens from comment #8)
> Created attachment 79224 [details] [review] [review]
> Bug 20743: Remove duplicated line 'See your public page'

Followup pushed to master