2
0
forked from Wavyzz/dolibarr

Meilleur gestion des fiches de cration d'action. Code mieux comment.

This commit is contained in:
Laurent Destailleur
2004-08-06 23:39:54 +00:00
parent f6c563b395
commit ff24f65564
4 changed files with 238 additions and 157 deletions

View File

@@ -245,6 +245,18 @@ function dolibarr_print_phone($phone)
}
}
/*!
\brief Affiche logo d<>di<64> aux actions
*/
function img_actions($alt = "default")
{
if ($alt="default") {
global $langs;
$alt=$langs->trans("Rendez-vous");
}
return '<img src="'.DOL_URL_ROOT.'/theme/'.MAIN_THEME.'/img/object_actions.png" border="0" alt="'.$alt.'" title="'.$alt.'">';
}
/*!
\brief Affiche logo fichier
*/