https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36221
Pedro Amorim <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #174385|0 |1 is obsolete| | --- Comment #58 from Pedro Amorim <[email protected]> --- Created attachment 174398 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=174398&action=edit Bug 36221: (follow-up) Style and markup fixes This patch makes several changes to make the updated forms more consistent with how other pages work: - Form labels should have ":" after them. - Form fields should have a hint when they are required. - Required fields should not be indicated with an asterisk. - In the OPAC, <select> should have a "form-select" class if the form is otherwise being styled with Bootstrap classes. - Primary submit buttons should have a "btn btn-primary" class. - The Font Awesome 6 icon for a delete operation is "fa-trash-can." - Error messages should be wrapped in <div class="alert alert-warning">. - All language strings in JS files should be wrapped in __(''). - Terminology: "Library" instead of "Branch," "Patron" instead of "Member." Signed-off-by: Pedro Amorim <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
