Happy 2015
[squirrelmail.git] / templates / default / read_message_print.tpl
CommitLineData
a6519f05 1<?php
2/**
3 * read_message_print.tpl
4 *
5 * Let a non-JavaScript user know that they can print this page.
6 *
5e5daa47 7 * @copyright 2008-2015 The SquirrelMail Project Team
a6519f05 8 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
01144ffd 9 * @version $Id$
a6519f05 10 * @package squirrelmail
11 * @subpackage templates
12 */
13?>
14
15<div id="printMessageBox">
16<?php echo _("Use your web browser's Print button or File -&gt; Print menu option to print this email. Afterwards, you can close this browser window again to return to SquirrelMail."); ?>
17</div>