Changeset 1224 for branches/3.0

Show
Ignore:
Timestamp:
07/02/2006 11:37:09 AM (2 years ago)
Author:
xue
Message:

Removed comments from quickstart. It will be added to pradosoft.com.

Location:
branches/3.0/demos/quickstart/protected
Files:
1 removed
2 modified

Legend:

Unmodified
Added
Removed
  • branches/3.0/demos/quickstart/protected/application.xml

    r1208 r1224  
    1717  <paths> 
    1818    <using namespace="Application.controls.*" /> 
    19         <using namespace="Application.comments.*" /> 
    2019  </paths> 
    2120  <services> 
    2221    <service id="page" class="TPageService" DefaultPage="GettingStarted.Introduction" /> 
    2322  </services> 
    24   <parameters> 
    25         <parameter id="enableNewComment" value="false" /> 
    26   </parameters> 
    2723</application> 
  • branches/3.0/demos/quickstart/protected/controls/Layout.tpl

    r1162 r1224  
    3333<com:TContentPlaceHolder ID="body" /> 
    3434</div> 
    35 <com:CommentList Visible="true" /> 
    3635</td> 
    3736</tr>