You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by sn...@apache.org on 2005/12/08 21:01:09 UTC

svn commit: r355184 - in /incubator/roller/trunk/web/themes: sunsets/_day.vm x2/_day.vm

Author: snoopdave
Date: Thu Dec  8 12:01:03 2005
New Revision: 355184

URL: http://svn.apache.org/viewcvs?rev=355184&view=rev
Log:
Fixing ROL-559 by switching to plain old comments, for now

Modified:
    incubator/roller/trunk/web/themes/sunsets/_day.vm
    incubator/roller/trunk/web/themes/x2/_day.vm

Modified: incubator/roller/trunk/web/themes/sunsets/_day.vm
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/web/themes/sunsets/_day.vm?rev=355184&r1=355183&r2=355184&view=diff
==============================================================================
--- incubator/roller/trunk/web/themes/sunsets/_day.vm (original)
+++ incubator/roller/trunk/web/themes/sunsets/_day.vm Thu Dec  8 12:01:03 2005
@@ -48,9 +48,9 @@
         #showEntryText( $entry ) 
         $text.get("macro.weblog.postedby") $entry.creator.userName
         <span class="dateStamp">#showTimestamp($entry.pubTime)</span>
-        #showEntryPermalink( $entry )
+        #showEntryPermalink( $entry ) #showCommentsPageLink($entry)
     </p>
-    #showCommentsDiv ( $entry )
+    <!-- showCommentsDiv($entry) -->
 #end
     
 #showLinkbacks( $day )

Modified: incubator/roller/trunk/web/themes/x2/_day.vm
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/web/themes/x2/_day.vm?rev=355184&r1=355183&r2=355184&view=diff
==============================================================================
--- incubator/roller/trunk/web/themes/x2/_day.vm (original)
+++ incubator/roller/trunk/web/themes/x2/_day.vm Thu Dec  8 12:01:03 2005
@@ -39,9 +39,10 @@
         #showEntryText( $entry ) 
         $text.get("macro.weblog.postedby") $entry.creator.userName
         <span class="dateStamp">#showTimestamp($entry.pubTime)</span>
-        #showEntryPermalink( $entry )
+        #showEntryPermalink( $entry ) #showCommentsPageLink($entry)
     </p>
-    #showCommentsDiv ( $entry )
+    <!-- showCommentsDiv($entry) -->
+
 #end
     
 #showLinkbacks( $day )