Summary: | Remove highlight and tooltip on Koha Team version | ||
---|---|---|---|
Product: | Koha | Reporter: | Martin Renvoize (ashimema) <martin.renvoize> |
Component: | About | Assignee: | Owen Leonard <oleonard> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | martin.renvoize, nick, oleonard, pierre-marc.thibault |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: |
Two years ago we switched the version numbering system from 3.x to YY.MM format. At that time we added a tooltip and highlighted the version in red on the Koha Team tab of the about page. This patch removes that now that a sufficient period of time has passed.
|
Version(s) released in: | |
Circulation function: | |||
Attachments: |
Bug 21319: Remove highlight and tooltip on Koha Team version
Patch signed-off Bug 21319: Remove highlight and tooltip on Koha Team version |
Description
Martin Renvoize (ashimema)
2018-09-06 10:26:47 UTC
Created attachment 78473 [details] [review] Bug 21319: Remove highlight and tooltip on Koha Team version This patch modifies the about page to remove a <span> on the Koha version number which explained the version numbering change. To test, apply the patch and view the "Koha team" tab on the about page. The "Koha 18.05 release team" header should not have the number highlighted. Created attachment 78496 [details] [review] Patch signed-off The red highlight and the tooltip was removed successfully. Created attachment 78501 [details] [review] Bug 21319: Remove highlight and tooltip on Koha Team version This patch modifies the about page to remove a <span> on the Koha version number which explained the version numbering change. To test, apply the patch and view the "Koha team" tab on the about page. The "Koha 18.05 release team" header should not have the number highlighted. Signed-off-by: pierre-marc <pierre-marc.thibault@inLibro.com> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Very simple change, passing qa. Awesome work all! Pushed to master for 18.11 Glad to see this updated, will not be backported to 18.05.x. |