From: jervfors Date: Mon, 16 Aug 2004 00:22:32 +0000 (+0000) Subject: XHTML fixes and making use of forms.php X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=4eb9284bbae330fe6225ead656ef76505c3463f0;p=squirrelmail.git XHTML fixes and making use of forms.php git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7921 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/src/folders_delete.php b/src/folders_delete.php index 0059c25e..1a96fc26 100644 --- a/src/folders_delete.php +++ b/src/folders_delete.php @@ -66,10 +66,10 @@ if( !sqgetGlobalVar('confirmed', $tmp, SQ_POST) ) { html_tag( 'tr' ) . html_tag( 'td', '', 'center', $color[4] ) . sprintf(_("Are you sure you want to delete %s?"), str_replace(array(' ','<','>'),array(' ','<','>'),imap_utf7_decode_local($mailbox))). - addForm('folders_delete.php', 'POST'). + addForm('folders_delete.php', 'post')."

\n". addHidden('mailbox', $mailbox). - '\n". - '\n". + addSubmit(_("Yes"), 'confirmed'). + addSubmit(_("No"), 'backingout'). '


'; exit;