diff options
author | wei <> | 2007-03-30 05:04:30 +0000 |
---|---|---|
committer | wei <> | 2007-03-30 05:04:30 +0000 |
commit | 4f968c045e0d09ab3e4f659743effb5305a963ce (patch) | |
tree | 58d5cb87db43ba87c0a559d411e9d36aa0bd7f3c /tests/FunctionalTests/active-controls | |
parent | 70744a98444df0583d76f19d4e399a5cc49349b7 (diff) |
Fixed #507 and update other active controls.
Diffstat (limited to 'tests/FunctionalTests/active-controls')
-rw-r--r-- | tests/FunctionalTests/active-controls/protected/pages/CustomValidatorByPass.page | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/FunctionalTests/active-controls/protected/pages/CustomValidatorByPass.page b/tests/FunctionalTests/active-controls/protected/pages/CustomValidatorByPass.page index a8668b79..08b7bb3e 100644 --- a/tests/FunctionalTests/active-controls/protected/pages/CustomValidatorByPass.page +++ b/tests/FunctionalTests/active-controls/protected/pages/CustomValidatorByPass.page @@ -5,8 +5,9 @@ <a id="showLogin" href="#" onclick="new Effect.Appear('loginBox')">Login</a>
<div id="loginBox" style="display: none;">
+ <div style="height:1em">
<div id="loginLoader" style="display: none;">Please Wait...</div>
-
+ </div>
<span>Username:</span><br />
<com:TActiveTextBox ID="Username" />
<com:TRequiredFieldValidator
|