From e0370659d8ddef16f064c30d0d8ed854f4a9ae6b Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 25 Apr 2010 14:43:13 +0000 Subject: [PATCH] Fix: Size of image --- htdocs/product/price.php | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/htdocs/product/price.php b/htdocs/product/price.php index c77d43a84da..797dcc7fa7b 100644 --- a/htdocs/product/price.php +++ b/htdocs/product/price.php @@ -1,6 +1,6 @@ - * Copyright (C) 2004-2009 Laurent Destailleur + * Copyright (C) 2004-2010 Laurent Destailleur * Copyright (C) 2005 Eric Seigne * Copyright (C) 2005-2009 Regis Houssin * Copyright (C) 2006 Andre Cianfarani @@ -127,25 +127,25 @@ dol_fiche_head($head, 'price', $titre, 0, $picto); print ''; // Ref -print ''; +print ''; +print ''; -$nblignes=3; -if (! empty($conf->global->PRODUIT_MULTIPRICES_LIMIT) && empty($socid)) $nblignes+=$conf->global->PRODUIT_MULTIPRICES_LIMIT; -else $nblignes+=3; +// Label +print ''; +$nblignes=4; if ($product->is_photo_available($conf->produit->dir_output)) { // Photo print ''; } -print ''; -// Label -print ''; +print ''; // MultiPrix if($conf->global->PRODUIT_MULTIPRICES)
'.$langs->trans("Ref").''; +print '
'.$langs->trans("Ref").''; print $html->showrefnav($product,'ref','',1,'ref'); print '
'.$langs->trans("Label").''.$product->libelle.''; - $nbphoto=$product->show_photos($conf->produit->dir_output,1,1,0); + $nbphoto=$product->show_photos($conf->produit->dir_output,1,1,0,0,0,80); print '
'.$langs->trans("Label").''.$product->libelle.'