2
0
forked from Wavyzz/dolibarr
This commit is contained in:
Rodolphe Quiedeville
2004-05-25 14:31:18 +00:00
parent f4d652fdd9
commit 9e8cf1fc01

View File

@@ -173,6 +173,17 @@ Function img_edit($alt = "Modifier")
return '<img src="'.DOL_URL_ROOT.'/theme/'.MAIN_THEME.'/img/edit.png" border="0" alt="'.$alt.'" title="Modifier">';
}
Function img_phone_in($alt = "Modifier")
{
return '<img src="'.DOL_URL_ROOT.'/theme/'.MAIN_THEME.'/img/call.png" border="0" alt="'.$alt.'" title="'.$alt.'">';
}
Function img_phone_out($alt = "Modifier")
{
return '<img src="'.DOL_URL_ROOT.'/theme/'.MAIN_THEME.'/img/call_out.png" border="0" alt="'.$alt.'" title="'.$alt.'">';
}
Function img_alerte($alt = "Alerte")
{
return '<img src="'.DOL_URL_ROOT.'/theme/'.MAIN_THEME.'/img/alerte.png" border="0" alt="'.$alt.'" title="'.$alt.'">';
@@ -985,7 +996,6 @@ function tab_count($basename,$bc1,$bc2,$ftc) {
$db->free();
$sql="SELECT count(*) AS nbsoc from logsoc";
$result = $db->query($sql);