Author: fizyk
Date: 2010-05-23 14:22:47 +0200 (Sun, 23 May 2010)
New Revision: 29589
Modified:
plugins/vjCommentPlugin/TRUNK/modules/comment/templates/_comment_body.php
plugins/vjCommentPlugin/TRUNK/modules/comment/templates/_comment_infos.php
Log:
fixed comments list xhtml compliance
Modified:
plugins/vjCommentPlugin/TRUNK/modules/comment/templates/_comment_body.php
===================================================================
--- plugins/vjCommentPlugin/TRUNK/modules/comment/templates/_comment_body.php
2010-05-23 11:39:56 UTC (rev 29588)
+++ plugins/vjCommentPlugin/TRUNK/modules/comment/templates/_comment_body.php
2010-05-23 12:22:47 UTC (rev 29589)
@@ -2,9 +2,9 @@
<tr>
<td class="body">
<?php if(!$obj->is_delete): ?>
- <span id="body_<?php echo $obj->id ?>"><?php echo
$obj->getRawValue()->getBody() ?></span>
+ <div id="body_<?php echo $obj->id ?>"><?php echo
$obj->getRawValue()->getBody() ?></div>
<?php else: ?>
- <span class="msg-deleted"><?php echo __('Comment deleted by
moderator', array(), 'vjComment') ?></span>
+ <div class="msg-deleted"><?php echo __('Comment deleted by
moderator', array(), 'vjComment') ?></div>
<?php endif ?>
</td>
</tr>
\ No newline at end of file
Modified:
plugins/vjCommentPlugin/TRUNK/modules/comment/templates/_comment_infos.php
===================================================================
--- plugins/vjCommentPlugin/TRUNK/modules/comment/templates/_comment_infos.php
2010-05-23 11:39:56 UTC (rev 29588)
+++ plugins/vjCommentPlugin/TRUNK/modules/comment/templates/_comment_infos.php
2010-05-23 12:22:47 UTC (rev 29589)
@@ -11,7 +11,7 @@
\''.url_for('@commentReport?id='.$obj->id.'&num='.$i).'\',
\''.__('Add new comment', array(), 'vjComment').'\',
"menubar=no, status=no, scrollbars=no, menubar=no,
width=565, height=300")',
- array('target' => '_blank', 'title' => __('Report this comment
- New window', array(), 'vjComment'), 'id' => 'opener')) ?><br />
+ array('target' => '_blank', 'title' => __('Report this comment
- New window', array(), 'vjComment') )) ?><br />
<?php endif; ?>
<?php if(commentTools::isGravatarAvailable() && !$obj->is_delete): ?>
<?php echo gravatar_image_tag($obj->getAuthorEmail()) ?>
--
You received this message because you are subscribed to the Google Groups
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/symfony-svn?hl=en.