Author: mathijshenquet
Date: 2010-02-22 19:22:47 +0100 (Mon, 22 Feb 2010)
New Revision: 28196
Modified:
plugins/sfDoctrineSimpleForumPlugin/trunk/modules/sfDoctrineSimpleForum/templates/_post_replies.php
plugins/sfDoctrineSimpleForumPlugin/trunk/modules/sfDoctrineSimpleForum/templates/viewTopicSuccess.php
plugins/sfDoctrineSimpleForumPlugin/trunk/web/css/default.css
Log:
Sorry about the commits, i had some problems with svn but i think its all
cleared now.
Modified:
plugins/sfDoctrineSimpleForumPlugin/trunk/modules/sfDoctrineSimpleForum/templates/_post_replies.php
===================================================================
---
plugins/sfDoctrineSimpleForumPlugin/trunk/modules/sfDoctrineSimpleForum/templates/_post_replies.php
2010-02-22 18:03:30 UTC (rev 28195)
+++
plugins/sfDoctrineSimpleForumPlugin/trunk/modules/sfDoctrineSimpleForum/templates/_post_replies.php
2010-02-22 18:22:47 UTC (rev 28196)
@@ -7,9 +7,8 @@
<div class="avatar avatar-32">
<img alt=''
src='http://www.gravatar.com/avatar/86d4d7ab1f67a450b74b7ec8a85cb759?s=32&d=%3Cpath_to_url%3E&r=G'
class='avatar avatar-32 photo' height='32' width='32' />
</div>
- <br />
<cite class="fn"><? echo
$reply->getUser()->getUsername() ?></cite> <span class="says"><?php echo
__("says", null, 'sfDoctrineSimpleForum'); ?>:</span><br />
- </div><img alt=''
src='http://www.gravatar.com/avatar/86d4d7ab1f67a450b74b7ec8a85cb759?s=32&d=%3Cpath_to_url%3E&r=G'
class='avatar avatar-32 photo' height='32' width='32' />
+ </div>
<div class="comment-meta commentmetadata">
<a
href="http://nspeaks.com/32/get-threaded-comments-on-your-blog/#comment-10770"><?php
echo $reply->getCreatedAt('U')?></a>
</div>
Modified:
plugins/sfDoctrineSimpleForumPlugin/trunk/modules/sfDoctrineSimpleForum/templates/viewTopicSuccess.php
===================================================================
---
plugins/sfDoctrineSimpleForumPlugin/trunk/modules/sfDoctrineSimpleForum/templates/viewTopicSuccess.php
2010-02-22 18:03:30 UTC (rev 28195)
+++
plugins/sfDoctrineSimpleForumPlugin/trunk/modules/sfDoctrineSimpleForum/templates/viewTopicSuccess.php
2010-02-22 18:22:47 UTC (rev 28196)
@@ -45,9 +45,8 @@
<div class="avatar avatar-32">
<img alt=''
src='http://www.gravatar.com/avatar/86d4d7ab1f67a450b74b7ec8a85cb759?s=32&d=%3Cpath_to_url%3E&r=G'
class='avatar avatar-32 photo' height='32' width='32' />
</div>
- <br />
<cite class="fn"><? echo
$post->getUser()->getUsername() ?></cite> <span class="says"><?php echo
__("says", null, 'sfDoctrineSimpleForum'); ?>:</span><br />
- </div><img alt=''
src='http://www.gravatar.com/avatar/86d4d7ab1f67a450b74b7ec8a85cb759?s=32&d=%3Cpath_to_url%3E&r=G'
class='avatar avatar-32 photo' height='32' width='32' />
+ </div>
<div class="comment-meta commentmetadata">
<a
href="http://nspeaks.com/32/get-threaded-comments-on-your-blog/#comment-10770"><?php
echo $post->getCreatedAt('U')?></a>
</div>
Modified: plugins/sfDoctrineSimpleForumPlugin/trunk/web/css/default.css
===================================================================
--- plugins/sfDoctrineSimpleForumPlugin/trunk/web/css/default.css
2010-02-22 18:03:30 UTC (rev 28195)
+++ plugins/sfDoctrineSimpleForumPlugin/trunk/web/css/default.css
2010-02-22 18:22:47 UTC (rev 28196)
@@ -275,6 +275,7 @@
}
ol.commentlist li div.reply a {
color:#fff;
+ cursor: pointer;
text-decoration:none;
background: #C73E14;
border: 1px solid #C73E14;
--
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.