| Summary: | Switch two-column templates to Bootstrap grid: Tools part 4 | ||
|---|---|---|---|
| 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: | josef.moravec, martin.renvoize, nick, testopia |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | Small patch |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
| Bug Depends on: | |||
| Bug Blocks: | 20654 | ||
| Attachments: |
Bug 21436: Update two-column templates with Bootstrap grid: Tools part 4
Bug 21436: Update two-column templates with Bootstrap grid: Tools part 4 Bug 21436: Update two-column templates with Bootstrap grid: Tools part 4 |
||
|
Description
Owen Leonard
2018-09-27 14:34:06 UTC
Created attachment 79521 [details] [review] Bug 21436: Update two-column templates with Bootstrap grid: Tools part 4 This patch modifies several tools 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: - Tools -> Task scheduler - Tools -> Staged MARC management -> View batch -> View diff of imported record which duplicates a record in the catalog - Tools -> Stage MARC for import - Test each step - Tools -> Upload local cover image - Test each step - Tools -> Upload any file - Test each step - Tools -> Log viewer - Test from the tools menu and from both the bibliographic patron details pages ("Modification log"). Created attachment 82180 [details] [review] Bug 21436: Update two-column templates with Bootstrap grid: Tools part 4 This patch modifies several tools 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: - Tools -> Task scheduler - Tools -> Staged MARC management -> View batch -> View diff of imported record which duplicates a record in the catalog - Tools -> Stage MARC for import - Test each step - Tools -> Upload local cover image - Test each step - Tools -> Upload any file - Test each step - Tools -> Log viewer - Test from the tools menu and from both the bibliographic patron details pages ("Modification log"). Signed-off-by: Josef Moravec <josef.moravec@gmail.com> Created attachment 83191 [details] [review] Bug 21436: Update two-column templates with Bootstrap grid: Tools part 4 This patch modifies several tools 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: - Tools -> Task scheduler - Tools -> Staged MARC management -> View batch -> View diff of imported record which duplicates a record in the catalog - Tools -> Stage MARC for import - Test each step - Tools -> Upload local cover image - Test each step - Tools -> Upload any file - Test each step - Tools -> Log viewer - Test from the tools menu and from both the bibliographic patron details pages ("Modification log"). Signed-off-by: Josef Moravec <josef.moravec@gmail.com> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Awesome work all! Pushed to master for 19.05 Enhancement, will not be backported to 18.11.x series. |