Ticket #2629: sfPropelActAsCommentableBehaviorPluginTemplatesI18n.patch
| File sfPropelActAsCommentableBehaviorPluginTemplatesI18n.patch, 1.2 kB (added by oncletom, 1 year ago) |
|---|
-
plugins/sfPropelActAsCommentableBehaviorPlugin/modules/sfComment/templates/_commentForm.php
old new 1 1 <?php use_helper('Form') ?> 2 2 <?php use_helper('Validation') ?> 3 3 <?php use_helper('Javascript') ?> 4 <?php use_helper('I18N') ?> 4 5 5 6 <?php if ( ($sf_user->isAuthenticated() && $config_user['enabled']) 6 7 || $config_anonymous['enabled']): ?> -
plugins/sfPropelActAsCommentableBehaviorPlugin/modules/sfComment/templates/_commentList.php
old new 1 <?php use_helper('I18N') ?> 2 1 3 <div id="sf_comment_list"> 2 4 <?php if (count($comments) > 0): ?> 3 5 <?php foreach ($comments as $comment): ?>