Don't duplicate pages in child template sets that don't differ from parent copy thereof
authorpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 15 May 2008 03:57:14 +0000 (03:57 +0000)
committerpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 15 May 2008 03:57:14 +0000 (03:57 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@13137 7612ce4b-ef26-0410-bec9-ea0150e637f0

templates/default_advanced/read_message_print.tpl [deleted file]

diff --git a/templates/default_advanced/read_message_print.tpl b/templates/default_advanced/read_message_print.tpl
deleted file mode 100644 (file)
index 3893634..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-<?php
-/**
- * read_message_print.tpl
- *
- * Let a non-JavaScript user know that they can print this page.
- *
- * @copyright &copy; 2008 The SquirrelMail Project Team
- * @license http://opensource.org/licenses/gpl-license.php GNU Public License
- * @version $Id: read_menubar_nav.tpl 12415 2007-05-18 11:05:23Z pdontthink $
- * @package squirrelmail
- * @subpackage templates
- */
-?>
-
-<div id="printMessageBox">
-<?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."); ?>
-</div>