Improve usability of attachment checkboxes
[squirrelmail.git] / templates / default / read_message_print.tpl
1 <?php
2 /**
3 * read_message_print.tpl
4 *
5 * Let a non-JavaScript user know that they can print this page.
6 *
7 * @copyright 2008-2012 The SquirrelMail Project Team
8 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
9 * @version $Id$
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>