Changeset 1224 for branches/3.0
- Timestamp:
- 07/02/2006 11:37:09 AM (2 years ago)
- Location:
- branches/3.0/demos/quickstart/protected
- Files:
-
- 1 removed
- 2 modified
-
application.xml (modified) (1 diff)
-
comments (deleted)
-
controls/Layout.tpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0/demos/quickstart/protected/application.xml
r1208 r1224 17 17 <paths> 18 18 <using namespace="Application.controls.*" /> 19 <using namespace="Application.comments.*" />20 19 </paths> 21 20 <services> 22 21 <service id="page" class="TPageService" DefaultPage="GettingStarted.Introduction" /> 23 22 </services> 24 <parameters>25 <parameter id="enableNewComment" value="false" />26 </parameters>27 23 </application> -
branches/3.0/demos/quickstart/protected/controls/Layout.tpl
r1162 r1224 33 33 <com:TContentPlaceHolder ID="body" /> 34 34 </div> 35 <com:CommentList Visible="true" />36 35 </td> 37 36 </tr>
