Adding templates for the note in right_main.php, MOTD, and empty folder notification.
[squirrelmail.git] / templates / default / empty_folder.tpl
diff --git a/templates/default/empty_folder.tpl b/templates/default/empty_folder.tpl
new file mode 100644 (file)
index 0000000..cfac719
--- /dev/null
@@ -0,0 +1,27 @@
+<?php
+/**
+ * empty_foler.tpl
+ *
+ * Message displayed when the folder is empty
+ * 
+ * There are no variables available to this template.
+ *
+ * @copyright &copy; 1999-2006 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
+ * @version $Id$
+ * @package squirrelmail
+ * @subpackage templates
+ */
+// Get template variables
+extract($t);
+?>
+<div class="sqm_emptyFolderWrapper">
+ <table class="sqm_emptyFolder" cellspacing="1">
+  <tr>
+   <td>
+    <em><?php echo _("THIS FOLDER IS EMPTY"); ?></em>
+   </td>
+  </tr>
+ </table>
+</div>
\ No newline at end of file