[pLog-svn] r2477 - templates/trunk/ice

reto at devel.plogworld.net reto at devel.plogworld.net
Sun Sep 18 21:06:34 GMT 2005


Author: reto
Date: 2005-09-18 21:06:33 +0000 (Sun, 18 Sep 2005)
New Revision: 2477

Modified:
   templates/trunk/ice/albums.template
   templates/trunk/ice/postandcomments.template
Log:
Small fixes:
a) comment dates were wrong
b) ie design fixes

Modified: templates/trunk/ice/albums.template
===================================================================
--- templates/trunk/ice/albums.template	2005-09-17 20:38:02 UTC (rev 2476)
+++ templates/trunk/ice/albums.template	2005-09-18 21:06:33 UTC (rev 2477)
@@ -6,7 +6,7 @@
 
  <div class="resources">
   <h2>{$locale->tr("albums")}</h2>
-  <p>
+  <br/>
   {foreach from=$albums item=album}
 	<div class="album">
 	<a href="{$url->albumLink($album)}"><img src="{$url->getTemplateFile("icons/folder.png")}" alt="{$album->getName()}" /></a><br />
@@ -14,7 +14,7 @@
 	</div>
   {/foreach}
   <div style="clear:left">&nbsp;</div>
-  </p>
+  <br/>
  </div>
 
 <!-- end of the albums -->

Modified: templates/trunk/ice/postandcomments.template
===================================================================
--- templates/trunk/ice/postandcomments.template	2005-09-17 20:38:02 UTC (rev 2476)
+++ templates/trunk/ice/postandcomments.template	2005-09-18 21:06:33 UTC (rev 2477)
@@ -42,7 +42,7 @@
     {else}
      {$comment->getUsername()}
     {/if}
-     @ {$locale->formatDate($postDate,"%H:%M")}, {$locale->formatDate($postDate, "%Y-%m-%d")}
+     @ {assign var=commentDate value=$comment->getDateObject()}	{$locale->formatDate($commentDate, "%H:%M, %Y-%m-%d")}
    </div>
   {/foreach}
  </div>




More information about the pLog-svn mailing list