Made deleting messages smarter.. detects if trash folder exists or not
[squirrelmail.git] / src / folders_create.php
index e668ac2da3c2017a1201349090355d8d9a46b030..e4809731914f6f33fb3bbd7df4903d937dd15c01 100644 (file)
    fputs($imapConnection, "1 logout\n");
 
    echo "<FONT FACE=\"Arial,Helvetica\">";
-   echo "<BR><BR><CENTER><B>" . _("Folder Created!") . "</B><BR><BR>";
-   echo _("You will be automatically forwarded.") . "<BR>" . _("If not,") . " <A HREF=\"webmail.php?right_frame=folders.php\" TARGET=_top>" . _("click here") . "</a>.";   
-   echo "</CENTER></FONT>"; 
-         
+   echo "<BR><BR><BR><CENTER><B>";
+   echo _("Folder Created!");
+   echo "</B><BR><BR>";
+   echo _("The folder has been successfully created.");
+   echo "<BR><A HREF=\"webmail.php\" TARGET=_top>";
+   echo _("Click here");
+   echo " </A>";
+   echo _("to continue.");
+   echo "</CENTER></FONT>";
 ?>
 </BODY></HTML>