Changeset 6372
- Timestamp:
- 12/07/07 19:31:45 (1 year ago)
- Files:
-
- plugins/sfPropelActAsCommentableBehaviorPlugin/trunk/modules/sfComment/templates/_commentForm.php (modified) (1 diff)
- plugins/sfPropelActAsCommentableBehaviorPlugin/trunk/modules/sfComment/templates/_commentView.php (modified) (1 diff)
- plugins/sfPropelActAsCommentableBehaviorPlugin/trunk/modules/sfComment/templates/commentSuccess.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/sfPropelActAsCommentableBehaviorPlugin/trunk/modules/sfComment/templates/_commentForm.php
r5680 r6372 1 <?php use_helper('Form') ?> 2 <?php use_helper('Validation') ?> 3 <?php use_helper('Javascript') ?> 1 <?php use_helper('Form'); ?> 2 <?php use_helper('Validation'); ?> 3 <?php use_helper('Javascript'); ?> 4 <?php use_helper('I18N'); ?> 5 <?php use_helper('Date'); ?> 4 6 5 7 <?php if ( ($sf_user->isAuthenticated() && $config_user['enabled']) plugins/sfPropelActAsCommentableBehaviorPlugin/trunk/modules/sfComment/templates/_commentView.php
r5714 r6372 1 <?php use_helper('Date'); ?> 1 2 <div class="sf_comment" id="sf_comment_<?php echo $comment['Id'] ?>"> 2 3 <p class="sf_comment_info"> plugins/sfPropelActAsCommentableBehaviorPlugin/trunk/modules/sfComment/templates/commentSuccess.php
r5427 r6372 1 <?php use_helper('I18N'); ?> 2 <?php use_helper('Date'); ?> 1 3 <?php include_component('sfComment', 'commentList', array('object' => $object, 'namespace' => $namespace)) ?>