[pLog-svn] r6401 - templates/branches/lifetype-1.2/unported/fsubtle

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Tue Apr 29 07:59:01 EDT 2008


Author: jondaley
Date: 2008-04-29 07:59:01 -0400 (Tue, 29 Apr 2008)
New Revision: 6401

Modified:
   templates/branches/lifetype-1.2/unported/fsubtle/postandcomments.template
Log:
cleanup

Modified: templates/branches/lifetype-1.2/unported/fsubtle/postandcomments.template
===================================================================
--- templates/branches/lifetype-1.2/unported/fsubtle/postandcomments.template	2008-04-29 11:57:26 UTC (rev 6400)
+++ templates/branches/lifetype-1.2/unported/fsubtle/postandcomments.template	2008-04-29 11:59:01 UTC (rev 6401)
@@ -17,11 +17,10 @@
 	<DIV class=feedback>
 		<DIV class=meta>Posted by {$postOwner->getUsername()} at
 			{$locale->formatDate($postDate,"%H:%M")}
-			<A class=aposted href="{$url->postPermalink($post)}#comments">{$locale->tr("comment on this")} ({$post->getNumComments()})</A> │
-			<A class=aposted href="{$url->postTrackbackStatsLink($post)}">{$locale->tr("trackbacks")} ({$post->getNumTrackbacks()})</A> │
+			<A class=aposted href="{$url->postPermalink($post)}#comments">{$locale->tr("comments")} ({$post->getNumComments()})</A>
+			<A class=aposted href="{$url->postTrackbackStatsLink($post)}">{$locale->tr("trackbacks")} ({$post->getNumTrackbacks()})</A>
 			{foreach name=categories from=$post->getCategories() item=postcategory}
-				<a class=aposted href="{$url->categoryLink($postcategory)}">{$postcategory->getName()}</a>
-				{if !$smarty.foreach.categories.last}, {/if}
+				<a class=aposted href="{$url->categoryLink($postcategory)}">{$postcategory->getName()}</a>{if !$smarty.foreach.categories.last}, {/if}
 			{/foreach}<br>
 			{* Prevpost and nextpost use *}
 			<a href="{$url->blogLink()}">Back to Home</a>
@@ -36,9 +35,9 @@
 			{* End of article_index *}
 		</DIV>
 	</DIV>
-        {pager style="links"}    
 	
 		<h2 id="comments">Comments </h2>
+        {pager style="links"}    
 	<ol id="commentlist">
 	
 	{assign var="counter" value=1}
@@ -55,7 +54,8 @@
 			</div>
 			<div class="commentinfo">
 				<span class="commentdate">
-					{assign var=commentDate value=$comment->getDateObject()} {$locale->formatDate($commentDate, "%m/%d,%Y")} | <a href="#comment-{$comment->getId()}" title="">{$locale->formatDate($commentDate, "%H:%M")}</a>
+					{assign var=commentDate	value=$comment->getDateObject()}
+		{$locale->formatDate($commentDate, "%m/%d, %Y")} | <a href="#comment-{$comment->getId()}" title="">{$locale->formatDate($commentDate, "%H:%M")}</a>
 				</span>
 			</div>
 			<div class='commenttext'>{if $comment->IsPosterAuthenticated()}



More information about the pLog-svn mailing list