These serials templates should be revised as part of the move to Bootstrap grids: - modules/serials/subscription-add.tt has some CSS which refers to obsolete YUI markup. - modules/serials/subscription-batchedit.tt needs to be converted. - modules/serials/subscription-renew.tt contains some stray YUI markup.
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.