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:
Ralf Becker 2014-02-03 16:50:36 +00:00
parent 2eff897d52
commit bb3ad1e5c4
4 changed files with 46 additions and 46 deletions

View File

@ -679,7 +679,7 @@ ul.et2_vfs {
/**
* Validation
*/
[required] {
.et2_required, [required] {
background-color: #ffffd0;
}
.invalid {

View File

@ -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">