mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-13 09:28:29 +01:00
et2_required class to display textfields as required, but not actually using required attribute, fixes changing infolog type does not update status for new entries
This commit is contained in:
parent
2eff897d52
commit
bb3ad1e5c4
@ -679,7 +679,7 @@ ul.et2_vfs {
|
||||
/**
|
||||
* Validation
|
||||
*/
|
||||
[required] {
|
||||
.et2_required, [required] {
|
||||
background-color: #ffffd0;
|
||||
}
|
||||
.invalid {
|
||||
|
@ -203,7 +203,7 @@
|
||||
</row>
|
||||
<row class="row dialog-header4">
|
||||
<description value="Subject" for="info_subject"/>
|
||||
<textbox statustext="a short subject for the entry" id="info_subject" class="inputFullWidth" size="80" maxlength="255" needed="true" span="all" tabindex="1"/>
|
||||
<textbox statustext="a short subject for the entry" id="info_subject" class="inputFullWidth et2_required" size="80" maxlength="255" span="all" tabindex="1"/>
|
||||
</row>
|
||||
<row valign="top" height="250">
|
||||
<tabbox id="tabs" span="all">
|
||||
|
Loading…
Reference in New Issue
Block a user