Print IPP fix and printer icon
This commit is contained in:
parent
16c5427366
commit
cdb1242bb5
@ -1847,6 +1847,20 @@ function img_delete($alt = 'default', $other = '')
|
||||
return img_picto($alt, 'delete.png', $other);
|
||||
}
|
||||
|
||||
/**
|
||||
* Show printer logo
|
||||
*
|
||||
* @param string $alt Text on alt image
|
||||
* @param string $other Add more attributes on img
|
||||
* @return string Retourne tag img
|
||||
*/
|
||||
function img_printer($alt = "default", $other='')
|
||||
{
|
||||
global $conf,$langs;
|
||||
if ($alt=="default") $alt=$langs->trans("Print");
|
||||
return img_picto($alt,'printer.png',$other);
|
||||
}
|
||||
|
||||
/**
|
||||
* Show help logo with cursor "?"
|
||||
*
|
||||
|
||||
@ -156,4 +156,4 @@ dol_fiche_end();
|
||||
|
||||
llxFooter();
|
||||
$db->close();
|
||||
?>
|
||||
?>
|
||||
|
||||
@ -58,4 +58,4 @@ function printippadmin_prepare_head()
|
||||
return $head;
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user