diff options
author | wei <> | 2006-04-27 08:39:55 +0000 |
---|---|---|
committer | wei <> | 2006-04-27 08:39:55 +0000 |
commit | 4aa1f46fcb508271b09cb5736d8bd0ef7206941d (patch) | |
tree | 09bc3e09d94e7cd768e904eaab14e523255af3a1 /tests/FunctionalTests/features/protected/controls | |
parent | b387c4ae04ed2854dab5cd608468a95d3d49721c (diff) |
Added client-side events to client-side validators. see tests/FunctionalTests/features/index.php?page=ValidatorEffects
Diffstat (limited to 'tests/FunctionalTests/features/protected/controls')
-rw-r--r-- | tests/FunctionalTests/features/protected/controls/Layout.tpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/FunctionalTests/features/protected/controls/Layout.tpl b/tests/FunctionalTests/features/protected/controls/Layout.tpl index 18482377..66b42f6c 100644 --- a/tests/FunctionalTests/features/protected/controls/Layout.tpl +++ b/tests/FunctionalTests/features/protected/controls/Layout.tpl @@ -16,6 +16,11 @@ margin-top: 2em;
display: block;
}
+ .required
+ {
+ border:1px solid red;
+ background-color: #fdd;
+ }
/*]]>*/
</style>
</com:THead>
|