summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/protected
diff options
context:
space:
mode:
authortof <>2008-04-08 14:48:48 +0000
committertof <>2008-04-08 14:48:48 +0000
commit24f10e736df7705dbbff76d2f3345eaba369f432 (patch)
treedd76ba60da719d71aa2a80340fc0ad9961540d5a /tests/FunctionalTests/tickets/protected
parentb43c8b4c9f3973eb5482298ed8283e33c1f426e1 (diff)
Fixed #595
Diffstat (limited to 'tests/FunctionalTests/tickets/protected')
-rw-r--r--tests/FunctionalTests/tickets/protected/pages/Ticket595.page6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket595.page b/tests/FunctionalTests/tickets/protected/pages/Ticket595.page
index 11a926fa..33c45c8e 100644
--- a/tests/FunctionalTests/tickets/protected/pages/Ticket595.page
+++ b/tests/FunctionalTests/tickets/protected/pages/Ticket595.page
@@ -1,5 +1,9 @@
<com:TContent ID="Content">
-
+<style type="text/css">
+ .errorclassA, .errorclassB {
+ background-color:pink;
+ }
+</style>
<com:TTextBox ID="A" />
<com:TRequiredFieldValidator ControlToValidate="A" Text="Required!" ControlCssClass="errorclassA" ValidationGroup="A"/>
<com:TEmailAddressValidator ControlToValidate="A" Text="No Email!" ControlCssClass="errorclassA" ValidationGroup="A"/>