From 57c4d7212d1293d917645a8051d9333273746958 Mon Sep 17 00:00:00 2001 From: lalaina rasamoelina Date: Wed, 5 Jun 2013 16:54:08 +0200 Subject: [PATCH 1/2] T929 Printed all the name that have been cut to 30 char --- htdocs/societe/societe.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/htdocs/societe/societe.php b/htdocs/societe/societe.php index 4e4374fc69a..3ba528ad11a 100644 --- a/htdocs/societe/societe.php +++ b/htdocs/societe/societe.php @@ -366,9 +366,7 @@ if ($resql) // Status print ''; print ''; - print '  '; - print ''; - print ''; + print "\n"; $var=True; @@ -383,7 +381,7 @@ if ($resql) $companystatic->canvas=$obj->canvas; $companystatic->client=$obj->client; $companystatic->status=$obj->status; - print $companystatic->getNomUrl(1,'',24); + print $companystatic->getNomUrl(1,'',100); print "\n"; print "".$obj->ville."\n"; print "".$obj->idprof1."\n"; From 8139e6e5f0af4e389a837596ba8abad5387132da Mon Sep 17 00:00:00 2001 From: lalaina rasamoelina Date: Thu, 6 Jun 2013 09:52:31 +0200 Subject: [PATCH 2/2] T929 put the button to remove filter in company list --- htdocs/societe/societe.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/htdocs/societe/societe.php b/htdocs/societe/societe.php index 3ba528ad11a..5ba6827a3f7 100644 --- a/htdocs/societe/societe.php +++ b/htdocs/societe/societe.php @@ -366,7 +366,9 @@ if ($resql) // Status print ''; print ''; - + print '  '; + print ''; + print ''; print "\n"; $var=True;