Problem/Motivation

(Why the issue was filed, steps to reproduce the problem, etc.)

Hi,

Currently there is no way to set email button to display email page/form in a new window. "WEB PAGE OPTIONS" has option to set "Open the printer-friendly version in a new window" but this option is missing for "EMAIL" options.

Proposed resolution

(Description of the proposed solution, the rationale behind it, and workarounds for people who cannot use the patch.)

We can add checkbox to set "Open the printer-friendly version in a new window" to "EMAIL" options and then implement hook_print_new_window_alter in print_mail module. I am attaching patch with this implemented in comment 1. Also implement this option to print_epub module will be good for consistency.

Thank you

CommentFileSizeAuthor
#1 print-2280491-1.patch1.86 KBbarancekk
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

barancekk’s picture

FileSize
1.86 KB

Attaching patch that adds checkbox to set "Open the printer-friendly version in a new window" to "EMAIL" options.

Thank you