Commit 4184ac96 authored by Sebastien Robin's avatar Sebastien Robin

erp5_xhtml_style: define how any page in ERP5 should be printed by removing bars

When printing an ERP5 page (through the print function of the web browser itself), remove :
- toolbars
- tabs
This allows to print any ERP5 page, reports rendered as html included
parent 9aac0381
......@@ -1437,6 +1437,22 @@ div.pdf-preview-navigation img.last{\n
.captchas_dot_net {\n
border: none; \n
vertical-align: bottom\n
}\n
\n
@media print {\n
\n
.bars {\n
display: none;\n
}\n
\n
.status {\n
display: none;\n
}\n
\n
.actions {\n
display: none;\n
}\n
\n
}
]]></string> </value>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment