Add preliminary printerfriendly-through-css feature. This adds a new print.css
authorkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 8 May 2008 10:19:18 +0000 (10:19 +0000)
committerkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 8 May 2008 10:19:18 +0000 (10:19 +0000)
commit2ad37738cea6347cc3f7d32b7349427b016aa200
tree82e0b55d2b1e5e012a84065fcfc4f0aae2b00775
parent14e1d36e610855b596c58ea42d139d1b287f896d
Add preliminary printerfriendly-through-css feature. This adds a new print.css
stylesheet that is used when using the browser's print (or print preview) function.
A problem is that due to the frames, it won't work if selecting File -> Print because
this will print webmail.php instead of read_body. To see it in action, open read_body
on its own and use File -> Print Preview.

It would be nice if this could replace the printer_friendly function over time, because
it's purely css based and thus doesn't require extra code. For that we need to finetune
the sheet and most importantly, conquer the frames-problem in some smart way.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@13121 7612ce4b-ef26-0410-bec9-ea0150e637f0
css/print.css [new file with mode: 0644]
functions/page_header.php
templates/default/plugins/listcommands/read_body_header.tpl
templates/default/read_headers.tpl
templates/default_advanced/read_headers.tpl