A mail is what's stored at the IMAP/POP3 server. A message is information from an...
[squirrelmail.git] / templates / default / folder_manip_dialog.tpl
index 0cb7a1f79dbc36e6ef5b3b5fda724b795122aa65..0d97c189f9b9749ae064190fbe439a5e29546c99 100644 (file)
@@ -19,7 +19,7 @@
  *      + $folder_name - the name of the element being deleted
  *      + $visible_folder_name - scrubbed string of the element begin deleted
  *
- * @copyright © 1999-2006 The SquirrelMail Project Team
+ * @copyright © 1999-2009 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
@@ -69,7 +69,7 @@ if ( $dialog_type == 'rename' ) {
   <td>
    <?php echo sprintf(_("Are you sure you want to delete %s?"), $visible_folder_name); ?>
    <br /><br />
-   <input type="hidden" name="smaction" value="delete">
+   <input type="hidden" name="smaction" value="delete" />
    <input type="hidden" name="folder_name" value="<?php echo $folder_name ?>" />
    <input type="submit" name="confirmed" value="<?php echo _("Yes") ?>" />
    <input type="submit" name="cancelbutton" value="<?php echo _("No") ?>" />