[pLog-svn] r3117 - plog/trunk/templates/misc
    jondaley at devel.lifetype.net 
    jondaley at devel.lifetype.net
       
    Fri Mar 24 04:41:06 GMT 2006
    
    
  
Author: jondaley
Date: 2006-03-24 04:41:05 +0000 (Fri, 24 Mar 2006)
New Revision: 3117
Modified:
   plog/trunk/templates/misc/pager.template
Log:
spacing should be done in style sheets, not in templates
Modified: plog/trunk/templates/misc/pager.template
===================================================================
--- plog/trunk/templates/misc/pager.template	2006-03-24 04:33:38 UTC (rev 3116)
+++ plog/trunk/templates/misc/pager.template	2006-03-24 04:41:05 UTC (rev 3117)
@@ -14,9 +14,9 @@
 		{foreach name=pagerlinks from=$pager->getPageLinks() item=pageLink key=pageId}
           {if $smarty.foreach.pagerlinks.total != 1}
             {if $pageId == $pager->getCurrentPage()}
-			  <span class="pagerCurrent"> {$pageId} </span>
+			  <span class="pagerCurrent">{$pageId}</span>
 		    {else}
-			  <a class="pagerLink" href="{$pageLink}"> {$pageId} </a> 
+			  <a class="pagerLink" href="{$pageLink}">{$pageId}</a> 
 		    {/if}  
           {/if}  
 		{/foreach}
    
    
More information about the pLog-svn
mailing list