ABCD 3.6.1 Technical Release Notes
· One min read
What's Changed
- Enhance language selection and detection with pagination fixes by @rogercgui in https://github.com/ABCD-DEVCOM/ABCD/pull/632
- Update update_manager.php by @fho4abcd in https://github.com/ABCD-DEVCOM/ABCD/pull/633
- Add clear-field button styles by @rogercgui in https://github.com/ABCD-DEVCOM/ABCD/pull/634
Full Changelog: https://github.com/ABCD-DEVCOM/ABCD/compare/v3.6.0...v3.6.1
Details
Add clear-field button styles and fix textCounter refs
Introduce .btn-limpar-abcd CSS for a compact clear-field button and prevent inputs/textareas in .table-fdt-four from growing wide enough to break button rows. In PHP, unify textCounter calls to use document.forma1 to fix incorrect form references. Update the DOM-inserted clear button: change its class to btn-limpar-abcd and its title to English ('Clear field'). Also remove a stray blank line in the generated output.
Before
After
Note: This adjustment was made following complaints from some users about there being too much white space in the data entry field.