Make ISFDBLink calls use CSS classes for bold and italics. Currently they use HTML 'b' and 'i', which make it impossible to display database values using ISFDBText, something that we are moving to.
summary: Make ISFDBLink calls use classes for bold and italics --> Make ISFDBLink calls use CSS classes for bold and italics
Description has changed:
Diff:
--- old+++ new@@ -1 +1 @@-Make ISFDBLink calls use classes for bold and italics. Currently they use HTML 'b' and 'i', which make it impossible to display database values using ISFDBText, something that we are moving to.+Make ISFDBLink calls use CSS classes for bold and italics. Currently they use HTML 'b' and 'i', which make it impossible to display database values using ISFDBText, something that we are moving to.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Diff:
Part 1 implemented in:
Installed in SVN 936 on 2022-06-16. Keeping the SR open since we have a number of other ISFDBLink call that need to be changed.
Part 2 - The rest of the code:
Installed in SVN 938 on 2022-06-16.
Closing the SR.
Part 3 - Additional changes:
Installed in SVN 941 on 2022-06-25.
Part 3 - Bug fix for button display for unregistered users. Fixed in common/login.py, installed in SVN 944 on 2022-06-30.
Part 4 - Bug fixes in the Cleanup Reports menu. Fixed in edit/cleanup.py , implemented in SVN 946 on 2022-07-04.