| Summary: | Update two-column templates with Bootstrap grid: Administration part 7 | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Owen Leonard <oleonard> |
| Component: | Templates | Assignee: | 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 | ||
| Change sponsored?: | --- | Patch complexity: | Small patch |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| 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
Created attachment 77983 [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. Created attachment 78018 [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. Created attachment 78027 [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> 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> Awesome work all! Pushed to master for 18.11 Enhancement, will not be backported to 18.05.x series. Block "See your public page: You do not have anything public yet." on Home › Administration › Usage statistics appears twice. Created attachment 79224 [details] [review] Bug 20743: Remove duplicated line 'See your public page' (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 |