From 23057e325f01e09e63d8c0e1e68605f028a39349 Mon Sep 17 00:00:00 2001 From: x2000habouzit Date: Fri, 22 Oct 2004 12:18:23 +0000 Subject: [PATCH] IE sucks --- templates/search.tpl | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/templates/search.tpl b/templates/search.tpl index ac6aaa2..abffccd 100644 --- a/templates/search.tpl +++ b/templates/search.tpl @@ -17,7 +17,7 @@ * Foundation, Inc., * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * *************************************************************************** - $Id: search.tpl,v 1.17 2004-10-22 11:58:47 x2000habouzit Exp $ + $Id: search.tpl,v 1.18 2004-10-22 12:18:23 x2000habouzit Exp $ ***************************************************************************} {dynamic} @@ -72,25 +72,19 @@ {if $perpage < $nb_resultats_total}

{if $offset!=0} - - Précédent - -   + Précédent +   {/if} {section name=offset loop=$offsets} {if $offset!=$smarty.section.offset.index*$perpage} - - {$smarty.section.offset.index+1} - + {$smarty.section.offset.index+1} {else} {$smarty.section.offset.index+1} {/if}   {/section} {if $offset < $nb_resultats_total-$perpage} - - Suivant - + Suivant   {/if}

-- 2.1.4