diff options
author | wei <> | 2007-01-15 06:29:45 +0000 |
---|---|---|
committer | wei <> | 2007-01-15 06:29:45 +0000 |
commit | d919dfa1674ddd5226834b81728e1772917d6240 (patch) | |
tree | 40d08eac7cffd8c73ffe39b3af3b36236335b527 /demos/quickstart/protected/controls/Comments | |
parent | 559cf9dab0263440c14686bdc2f33f90da6e46a8 (diff) |
more typo
Diffstat (limited to 'demos/quickstart/protected/controls/Comments')
-rw-r--r-- | demos/quickstart/protected/controls/Comments/CommentBlock.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/quickstart/protected/controls/Comments/CommentBlock.tpl b/demos/quickstart/protected/controls/Comments/CommentBlock.tpl index ae527874..794e230c 100644 --- a/demos/quickstart/protected/controls/Comments/CommentBlock.tpl +++ b/demos/quickstart/protected/controls/Comments/CommentBlock.tpl @@ -46,6 +46,7 @@ <com:TLabel ForControl="content" Text="Comment:" />
<com:TRequiredFieldValidator
Style="font-weight: bold"
+ ValidationGroup="comment-group"
ControlToValidate="content"
ErrorMessage="*" />
</div>
|