[pLog-svn] r3142 - plog/trunk/templates/misc

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Tue Mar 28 13:52:00 GMT 2006


Author: jondaley
Date: 2006-03-28 13:51:59 +0000 (Tue, 28 Mar 2006)
New Revision: 3142

Modified:
   plog/trunk/templates/misc/pager.template
Log:
more style/spacing stuff should be moved to the stylesheet instead of hard-coded in the template

Modified: plog/trunk/templates/misc/pager.template
===================================================================
--- plog/trunk/templates/misc/pager.template	2006-03-28 13:50:51 UTC (rev 3141)
+++ plog/trunk/templates/misc/pager.template	2006-03-28 13:51:59 UTC (rev 3142)
@@ -16,7 +16,7 @@
             {if $pageId == $pager->getCurrentPage()}
 			  <span class="pagerCurrent">{$pageId}</span>
 		    {else}
-			  <a class="pagerLink" href="{$pageLink}">{$pageId}</a>&nbsp;
+			  <a class="pagerLink" href="{$pageLink}">{$pageId}</a>
 		    {/if}  
           {/if}  
 		{/foreach}



More information about the pLog-svn mailing list