Rajout du print.css pour le media print
This commit is contained in:
parent
8852b1add6
commit
1cf154bb8f
@ -330,6 +330,7 @@ function top_menu($head, $title="")
|
|||||||
// print '<BASE href="'.DOL_URL_ROOT.'/">';
|
// print '<BASE href="'.DOL_URL_ROOT.'/">';
|
||||||
|
|
||||||
print '<LINK REL="stylesheet" TYPE="text/css" HREF="'.DOL_URL_ROOT.'/'.$conf->css.'">';
|
print '<LINK REL="stylesheet" TYPE="text/css" HREF="'.DOL_URL_ROOT.'/'.$conf->css.'">';
|
||||||
|
print '<LINK REL="stylesheet" TYPE="text/css" media="print" HREF="'.DOL_URL_ROOT.'/print.css">';
|
||||||
print "\n";
|
print "\n";
|
||||||
if (strlen($title) > 0)
|
if (strlen($title) > 0)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user