Summary: | Make staff client home page responsive | ||
---|---|---|---|
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: | dominic.pichette, fridolin.somers, josef.moravec, nick |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | 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: | 14546 | ||
Attachments: |
Bug 19860: Make staff client home page responsive
Bug 19860: Make staff client home page responsive Bug 19860: Make staff client home page responsive |
Description
Owen Leonard
2017-12-21 14:17:33 UTC
Created attachment 70032 [details] [review] Bug 19860: Make staff client home page responsive This patch rewrites the markup of the staff client home page to use the Bootstrap grid instead of the YUI grid, taking advantage of Bootstrap's built-in responsiveness. This patch does not affect the logo and search form in the header. It will be necessary to address search forms in another patch. To test, apply the patch and clear your browser cache if necessary. For better results, apply the patch for Bug 19851 as well. - View the staff client home page and test the layout at various browser widths. - Test with and without news items - Test with and without content in IntranetmainUserblock Created attachment 70140 [details] [review] Bug 19860: Make staff client home page responsive This patch rewrites the markup of the staff client home page to use the Bootstrap grid instead of the YUI grid, taking advantage of Bootstrap's built-in responsiveness. This patch does not affect the logo and search form in the header. It will be necessary to address search forms in another patch. To test, apply the patch and clear your browser cache if necessary. For better results, apply the patch for Bug 19851 as well. - View the staff client home page and test the layout at various browser widths. - Test with and without news items - Test with and without content in IntranetmainUserblock Signed-off-by: dom <dominic.pichette@inlibro.com> Hi Dominic, I notice your sign-off line is: Signed-off-by: dom <dominic.pichette@inlibro.com> Do you want to fix it to have your full name? We pull from the messages when generating the release notes. Created attachment 70150 [details] [review] Bug 19860: Make staff client home page responsive This patch rewrites the markup of the staff client home page to use the Bootstrap grid instead of the YUI grid, taking advantage of Bootstrap's built-in responsiveness. This patch does not affect the logo and search form in the header. It will be necessary to address search forms in another patch. To test, apply the patch and clear your browser cache if necessary. For better results, apply the patch for Bug 19851 as well. - View the staff client home page and test the layout at various browser widths. - Test with and without news items - Test with and without content in IntranetmainUserblock Signed-off-by: dom <dominic.pichette@inlibro.com> Signed-off-by: Josef Moravec <josef.moravec@gmail.com> Pushed to master for 18.05, thanks to everybody involved! Awesome work all, pushed to stable for 17.11.02 Enhancement not pushed to 17.05.x |