Fix: W3C standard

This commit is contained in:
Laurent Destailleur 2009-05-26 22:57:57 +00:00
parent 75ecac5768
commit 04ca16df2b
3 changed files with 13 additions and 13 deletions

View File

@ -106,7 +106,7 @@ class box_prospect extends ModeleBoxes {
'text' => dol_print_date($datem, "day")); 'text' => dol_print_date($datem, "day"));
$this->info_box_contents[$i][3] = array('td' => 'align="right" width="18"', $this->info_box_contents[$i][3] = array('td' => 'align="right" width="18"',
'text' => eregi_replace('img ','img height="14px" ',$prospectstatic->LibStatut($objp->fk_stcomm,3))); 'text' => eregi_replace('img ','img height="14" ',$prospectstatic->LibStatut($objp->fk_stcomm,3)));
$i++; $i++;
} }

View File

@ -44,7 +44,7 @@ print $langs->trans("HelpCenterDesc2")."<br>\n";
print '<br>'; print '<br>';
print $langs->trans("ToGoBackToDolibarr",DOL_URL_ROOT.'/'); print $langs->trans("ToGoBackToDolibarr",DOL_URL_ROOT.'/');
//print '<img src="dolibarr_logo2.png" height="22px" alt="Dolibarr" title="Dolibarr">'; //print '<img src="dolibarr_logo2.png" height="22" alt="Dolibarr" title="Dolibarr">';
print '<br><br>'; print '<br><br>';

View File

@ -93,7 +93,7 @@ foreach ($arrayofwidgets as $arraywidget) // Loop on each user
// But only first language found is used for widget // But only first language found is used for widget
$widgetid=$listofwidgets[$pos-1]; $widgetid=$listofwidgets[$pos-1];
//print 'xx lang qualified='.$langcode.' id='.$widgetid; //print 'xx lang qualified='.$langcode.' id='.$widgetid;
print '<iframe src="http://dnld0.sparkom.com/static/widget/widgetpro-iframe.html?accountId='.$widgetid.'" width="172px" height="123px" frameborder="0" scrolling="no" marginheight="0" > </iframe>'; print '<iframe src="http://dnld0.sparkom.com/static/widget/widgetpro-iframe.html?accountId='.$widgetid.'" width="172" height="123" frameborder="0" scrolling="no" marginheight="0" > </iframe>';
print '</td>'; print '</td>';
$found=1; $found=1;
break; break;