Posted by stomerfull on December 13, 2011 at 11:53am
3 followers
Jump to:
| Project: | Printer, email and PDF versions |
| Version: | 6.x-1.14 |
| Component: | Documentation |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
Hello,
I would like to customize the field in mail form page
I have created a file named print_mail.tpl.php in my theme directory
I have cleared a cache and put
<?php
die('Test');
?>When i click the icon for mailing , i do not see "Test"
I have trying with print_mail.node-my-node-type.tpl.php or print_mail.node-my_node_type.tpl.php but no results
Is there a way to customize the mail form page ?
Thank you for your help
Comments
#1
No, the mail form page is not modifiable by any template mechanism.. You can use hook_form_alter() to modify that form.
#2
Automatically closed -- issue fixed for 2 weeks with no activity.