summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/controls
diff options
context:
space:
mode:
authorwei <>2007-01-15 06:28:54 +0000
committerwei <>2007-01-15 06:28:54 +0000
commit559cf9dab0263440c14686bdc2f33f90da6e46a8 (patch)
treebbf5ceafe66e3df9e8cfc4b67c9673bde57628e7 /demos/quickstart/protected/controls
parent50bbcdd07f6a5217edeb4b63f61246355bdd807f (diff)
typo
Diffstat (limited to 'demos/quickstart/protected/controls')
-rw-r--r--demos/quickstart/protected/controls/Comments/CommentBlock.tpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/demos/quickstart/protected/controls/Comments/CommentBlock.tpl b/demos/quickstart/protected/controls/Comments/CommentBlock.tpl
index 9004610d..ae527874 100644
--- a/demos/quickstart/protected/controls/Comments/CommentBlock.tpl
+++ b/demos/quickstart/protected/controls/Comments/CommentBlock.tpl
@@ -27,7 +27,7 @@
<span class="hint">(must have 5 or more posts in <a href="http://www.pradosoft.com/forum/" title="Prado Forums">forum</a>)</span>
<com:TRequiredFieldValidator
Style="font-weight: bold"
- ValiationGroup="comment-group"
+ ValidationGroup="comment-group"
ControlToValidate="username"
ErrorMessage="*" />
</div>
@@ -36,7 +36,7 @@
<com:TActiveCustomValidator
ID="credential_validator"
ControlToValidate="password"
- ValiationGroup="comment-group"
+ ValidationGroup="comment-group"
OnServerValidate="validate_credential"
EnableClientScript="false"
ErrorMessage="Incorrect username/password" />
@@ -54,7 +54,7 @@
</div>
<div class="submit">
- <com:TActiveButton ID="addComment" ValiationGroup="comment-group" Text="Add Comment" OnClick="add_comment">
+ <com:TActiveButton ID="addComment" ValidationGroup="comment-group" Text="Add Comment" OnClick="add_comment">
<prop:ClientSide OnLoading="show_posting_comment()" OnSuccess="on_posting_success()" />
</com:TActiveButton>
<img id="comment-loading" src=<%~ ajax-loader.gif %> style="border:0 none;display:none"/>