Added the validation of mandatory form fields before submitting the creation / modification / clone forms.

SVN:trunk[140]
This commit is contained in:
Denis Flaven
2009-09-11 06:01:32 +00:00
parent a2f2cb2d22
commit 9dfb8940cd
6 changed files with 108 additions and 17 deletions

View File

@@ -660,3 +660,6 @@ div.HRDrawer {
nopadding-right: 1em;
margin-top: 0;
}
.mandatory {
border: 1px solid #f00;
}