[ postfixadmin-Bugs-1888847 ] Cancel also save changes
Brought to you by:
christian_boltz,
gingerdog
From: SourceForge.net <no...@so...> - 2008-02-07 15:27:44
|
Bugs item #1888847, was opened at 2008-02-07 07:27 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1888847&group_id=191583 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Cancel also save changes Initial Comment: In "Edit Mailbox" click "Cancel" (German Verlassen). Changes will be stored. I changed edit_mailbox.php: if ($_SERVER['REQUEST_METHOD'] == "POST" && $_POST['submit']) .... .... if ($_SERVER['REQUEST_METHOD'] == "POST" && $_POST['cancel']) { header ("Location: list-virtual.php?domain=$fDomain"); exit(); } ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1888847&group_id=191583 |