Enhancement #1705
Base: highlight mandatory fields
Status: | CLOSED | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 100% | |
Category: | nethserver-base | |||
Target version: | v6.5-beta3 | |||
Resolution: | REJECTED | NEEDINFO: | No |
Description
Highlight mandatory fields in web UI.
The feature is important for text input fields.
See LocalNetwork module form.
Related issues
History
#1 Updated by Filippo Carletti over 8 years ago
- Target version changed from ~FUTURE to v6.4-beta1
#2 Updated by Davide Principi over 8 years ago
- Subject changed from Base: highlight mandatory fields to Nethgui: highlight mandatory fields
- Estimated time set to 1.00
This can be quickly implemented for text input fields, by adding a special CSS class. From the framework user perspective, an attribute should be added to Xhtml\TextInput
wiget. See related tickets.
#3 Updated by Davide Principi over 8 years ago
- Subject changed from Nethgui: highlight mandatory fields to Base: highlight mandatory fields
#4 Updated by Filippo Carletti over 8 years ago
- Target version changed from v6.4-beta1 to ~FUTURE
#5 Updated by Filippo Carletti almost 8 years ago
- Target version changed from ~FUTURE to v6.5-beta3
#6 Updated by Davide Principi over 7 years ago
- Status changed from NEW to CLOSED
- % Done changed from 0 to 100
- Estimated time deleted (
1.00) - Resolution set to REJECTED
Davide Principi wrote:
This can be quickly implemented for text input fields, by adding a special CSS class. From the framework user perspective, an attribute should be added to
Xhtml\TextInput
wiget. See related tickets.
It would take too much time to modify all the (109) PHP templates. See if it's possible to achieve this enhancement by means of #1753.