Summary: | Update two-column templates with Bootstrap grid: Acquisitions part 2 | ||
---|---|---|---|
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: | 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: | 20329 | ||
Bug Blocks: | 14546, 20654, 20672, 20690, 20736, 20738, 20739, 20740, 20741, 20742, 20743 | ||
Attachments: |
Bug 20668: Update two-column templates with Bootstrap grid: Acquisitions part 2
Bug 20668: Update two-column templates with Bootstrap grid: Acquisitions part 2 Bug 20668: Update two-column templates with Bootstrap grid: Acquisitions part 2 |
Description
Owen Leonard
2018-04-26 18:44:08 UTC
Created attachment 75131 [details] [review] Bug 20668: Update two-column templates with Bootstrap grid: Acquisitions part 2 This patch modifies several acquisitions templates to use the Bootstrap grid instead of YUI. This patch also removes obsolete "text/javascript" attributes from <script> tags in the modified templates. Staff client CSS is modified in this patch so that elements which were styled based on the sidebar's "yui-b" class will work with <aside>. To test, apply the patch and view the following pages, confirming that they look correct at various browser widths: - I don't have EDI set up, so to test acqui/edi_ean.tt I navigate directly to /cgi-bin/koha/acqui/edi_ean.pl. It's only the page structure we're worried about. - Acquisitions -> Orders search - Acquisitions -> Vendor -> Invoices -> Invoice search - View an invoice - Manage invoice files (Preference AcqEnableFiles must be enabled). - Acquisitions -> Late orders Created attachment 75196 [details] [review] Bug 20668: Update two-column templates with Bootstrap grid: Acquisitions part 2 This patch modifies several acquisitions templates to use the Bootstrap grid instead of YUI. This patch also removes obsolete "text/javascript" attributes from <script> tags in the modified templates. Staff client CSS is modified in this patch so that elements which were styled based on the sidebar's "yui-b" class will work with <aside>. To test, apply the patch and view the following pages, confirming that they look correct at various browser widths: - I don't have EDI set up, so to test acqui/edi_ean.tt I navigate directly to /cgi-bin/koha/acqui/edi_ean.pl. It's only the page structure we're worried about. - Acquisitions -> Orders search - Acquisitions -> Vendor -> Invoices -> Invoice search - View an invoice - Manage invoice files (Preference AcqEnableFiles must be enabled). - Acquisitions -> Late orders Patch applies and operates as described. Signed-off-by: Dilan Johnpullé <dilan@calyx.net.au> Created attachment 75823 [details] [review] Bug 20668: Update two-column templates with Bootstrap grid: Acquisitions part 2 This patch modifies several acquisitions templates to use the Bootstrap grid instead of YUI. This patch also removes obsolete "text/javascript" attributes from <script> tags in the modified templates. Staff client CSS is modified in this patch so that elements which were styled based on the sidebar's "yui-b" class will work with <aside>. To test, apply the patch and view the following pages, confirming that they look correct at various browser widths: - I don't have EDI set up, so to test acqui/edi_ean.tt I navigate directly to /cgi-bin/koha/acqui/edi_ean.pl. It's only the page structure we're worried about. - Acquisitions -> Orders search - Acquisitions -> Vendor -> Invoices -> Invoice search - View an invoice - Manage invoice files (Preference AcqEnableFiles must be enabled). - Acquisitions -> Late orders Patch applies and operates as described. Signed-off-by: Dilan Johnpullé <dilan@calyx.net.au> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Awesome work all! Pushed to master for 18.11 Enhancement, not backporting to 18.05.x series. |