Summary: | Register a new account page - X next to calendar is confusing, should use different button style | ||
---|---|---|---|
Product: | Koha | Reporter: | kristinamason |
Component: | Accessibility | Assignee: | Bugs List <koha-bugs> |
Status: | NEW --- | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | dcook, martin.renvoize, matt.blenkinsop, oleonard |
Version: | Main | Keywords: | Academy |
Hardware: | All | ||
OS: | All | ||
URL: | http://localhost:8080/cgi-bin/koha/opac-memberentry.pl | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Attachments: | Form screenshot |
Description
kristinamason
2025-04-17 06:48:22 UTC
The calendar widget looks indeed the same everywhere, so the red x is on all date fields. I agree that red and x might not give a clear message and I think there have been questions about it before. I am not sure if "clear" is needed, but maybe we could do better with color and symbol/icon. Clear is nice and short in English, but in translation to German for example, it's not and that would take a lot of space in filters etc. Hello Katrin, thank you so much. I updated the bug text earlier to suggest exactly what you've said. I've attached a button example of what I mean. FYI you could add this to the IntranetUserCSS system preference to get what you want: a.clear_date { color: #AAA; } a.clear_date::before { content: "\f057"; } |