diff options
| author | wei <> | 2007-01-26 02:06:46 +0000 | 
|---|---|---|
| committer | wei <> | 2007-01-26 02:06:46 +0000 | 
| commit | 5a34c0337eda45f2b1342771a937fd9a029cb319 (patch) | |
| tree | 9b690a21c60054c4f64677dbe14974d8bf84fc0e /demos/quickstart/protected/controls/Comments/CommentBlock.tpl | |
| parent | e30048fca6e6cb351f311b2dc039f31210db8eec (diff) | |
add "view all comments" for quickstart comments.
Diffstat (limited to 'demos/quickstart/protected/controls/Comments/CommentBlock.tpl')
| -rw-r--r-- | demos/quickstart/protected/controls/Comments/CommentBlock.tpl | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/demos/quickstart/protected/controls/Comments/CommentBlock.tpl b/demos/quickstart/protected/controls/Comments/CommentBlock.tpl index 794e230c..56f5cb7a 100644 --- a/demos/quickstart/protected/controls/Comments/CommentBlock.tpl +++ b/demos/quickstart/protected/controls/Comments/CommentBlock.tpl @@ -9,6 +9,7 @@  	<ul id="comment-nav">
  		<li><a href="#comment-list" style="display:none" id="show-comment-link" >View Comments</a></li>
  		<li><a href="#add-comment" class="active" id="add-comment-link">Add New Comment</a></li>
 +		<li><a href="#comment-list" style="display:none" id="all-comments-link">View All Comments</a></li>
  	</ul>
  	<a href="javascript:;" class="right-tab" style="display:none" id="close-comments">Close</a>
  	<a href="#" class="right-tab" id="to-top">Top</a>
 @@ -50,7 +51,7 @@  				ControlToValidate="content"
  				ErrorMessage="*" />
  			</div>
 -			<com:TTextBox TextMode="MultiLine" ID="content" />
 +			<com:TActiveTextBox TextMode="MultiLine" ID="content" />
  			<com:THiddenField ID="block_id" Value="top-content"/>
  		</div>
 | 
