Summary: | Switch two-column templates to Bootstrap grid: Serials part 3 | ||
---|---|---|---|
Product: | Koha | Reporter: | Owen Leonard <oleonard> |
Component: | Templates | Assignee: | Owen Leonard <oleonard> |
Status: | CLOSED FIXED | QA Contact: | Josef Moravec <josef.moravec> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | josef.moravec, 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: | ||
Circulation function: | |||
Bug Depends on: | |||
Bug Blocks: | 20654 | ||
Attachments: |
Bug 21792: Switch two-column templates to Bootstrap grid: Serials part 3
Bug 21792: Switch two-column templates to Bootstrap grid: Serials part 3 Bug 21792: Switch two-column templates to Bootstrap grid: Serials part 3 |
Description
Owen Leonard
2018-11-08 17:00:42 UTC
Created attachment 82107 [details] [review] Bug 21792: Switch two-column templates to Bootstrap grid: Serials part 3 This patch modifies several serials 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 go to Serials. - Add or edit a new subscription. The "create an item..." and "do not create an item..." labels should look correct. - Search for subscriptions - Select two or more subscriptions to batch edit. - The subscription batch edit page should look correct and adjust well to various browser widths. - View a subscription and click the "Renew" button. The subscription renewal pop-up window should look correct. Created attachment 83593 [details] [review] Bug 21792: Switch two-column templates to Bootstrap grid: Serials part 3 This patch modifies several serials 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 go to Serials. - Add or edit a new subscription. The "create an item..." and "do not create an item..." labels should look correct. - Search for subscriptions - Select two or more subscriptions to batch edit. - The subscription batch edit page should look correct and adjust well to various browser widths. - View a subscription and click the "Renew" button. The subscription renewal pop-up window should look correct. Signed-off-by: Claire Gravely <claire.gravely@bsz-bw.de> Created attachment 83605 [details] [review] Bug 21792: Switch two-column templates to Bootstrap grid: Serials part 3 This patch modifies several serials 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 go to Serials. - Add or edit a new subscription. The "create an item..." and "do not create an item..." labels should look correct. - Search for subscriptions - Select two or more subscriptions to batch edit. - The subscription batch edit page should look correct and adjust well to various browser widths. - View a subscription and click the "Renew" button. The subscription renewal pop-up window should look correct. Signed-off-by: Claire Gravely <claire.gravely@bsz-bw.de> Signed-off-by: Josef Moravec <josef.moravec@gmail.com> Awesome work all! Pushed to master for 19.05 Enhancement, will not be backported to 18.11.x series. |