mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-27 16:29:22 +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
|
* Validation
|
||||||
*/
|
*/
|
||||||
[required] {
|
.et2_required, [required] {
|
||||||
background-color: #ffffd0;
|
background-color: #ffffd0;
|
||||||
}
|
}
|
||||||
.invalid {
|
.invalid {
|
||||||
|
@ -203,7 +203,7 @@
|
|||||||
</row>
|
</row>
|
||||||
<row class="row dialog-header4">
|
<row class="row dialog-header4">
|
||||||
<description value="Subject" for="info_subject"/>
|
<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>
|
||||||
<row valign="top" height="250">
|
<row valign="top" height="250">
|
||||||
<tabbox id="tabs" span="all">
|
<tabbox id="tabs" span="all">
|
||||||
|
Loading…
Reference in New Issue
Block a user