Fix: W3C standard
This commit is contained in:
parent
75ecac5768
commit
04ca16df2b
@ -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++;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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>';
|
||||||
|
|
||||||
|
|||||||
@ -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;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user