Преглед на файлове

Disable Save button because that doesn't work. Can be re-enabled if the
download option is working again.

Thijs Kinkhorst преди 22 години
родител
ревизия
b786b6b5e2
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      plugins/message_details/message_details_top.php

+ 2 - 1
plugins/message_details/message_details_top.php

@@ -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>'.