Download & Extend

Customization/translation of field in mail form page

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');
?>
in print_mail.tpl.php

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

Status:active» fixed

No, the mail form page is not modifiable by any template mechanism.. You can use hook_form_alter() to modify that form.

#2

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.