Disable Save button because that doesn't work. Can be re-enabled if the
authorkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sat, 11 Jan 2003 13:03:22 +0000 (13:03 +0000)
committerkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sat, 11 Jan 2003 13:03:22 +0000 (13:03 +0000)
download option is working again.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4411 7612ce4b-ef26-0410-bec9-ea0150e637f0

plugins/message_details/message_details_top.php

index 5323939b11a9177c9b7d8d4c95de008248272a24..8d256b5f2443f8c6104576e057dc8b1625dd1db3 100644 (file)
@@ -35,7 +35,8 @@ echo "<body text=\"$color[8]\" bgcolor=\"$color[3]\" link=\"$color[7]\" vlink=\"
      '<FORM name=rfc822 action="message_details_download.php?savemessage=1&passed_id='."$passed_id".'" METHOD=POST>' .     
      '<input type="button" value="' . _("Print") . '" onClick="printPopup()">&nbsp&nbsp '.
      '<input type="button" value="' . _("Close Window") . '" onClick="window.parent.close()">&nbsp&nbsp'.
-     '<input type="submit" value="' . _("Save Message") . '"> '.
+// disable for now because it doesn't work
+//     '<input type="submit" value="' . _("Save Message") . '"> '.
      '<input type="hidden" name="mailbox" value="'. "$mailbox" . '"> ' .
      '</form>'.
      '</b>'.