Ajout fonction img_pdf()
This commit is contained in:
parent
4b2b11d59e
commit
99e00133a4
@ -98,6 +98,12 @@ Function img_file($alt = "Voir")
|
||||
return '<img src="'.DOL_URL_ROOT.'/theme/'.MAIN_THEME.'/img/file.png" border="0" alt="'.$alt.'">';
|
||||
}
|
||||
|
||||
Function img_pdf($alt = "Voir")
|
||||
{
|
||||
return '<img src="'.DOL_URL_ROOT.'/theme/'.MAIN_THEME.'/img/pdf.png" border="0" alt="'.$alt.'">';
|
||||
}
|
||||
|
||||
|
||||
Function img_delete($alt = "Supprimer")
|
||||
{
|
||||
return '<img src="'.DOL_URL_ROOT.'/theme/'.MAIN_THEME.'/img/delete.png" border="0" alt="'.$alt.'" title="Supprimer">';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user