| 1 |
<?php |
<?php |
| 2 |
|
|
| 3 |
|
// $Id: $ |
| 4 |
|
|
| 5 |
/** |
/** |
| 6 |
* Provide online user help |
* Provide online user help |
| 7 |
*/ |
*/ |
| 25 |
<p>Use the mail <a href=\"%mail-settings\">mail settings page</a> to set default sending options. These include format (plain text or HTML), priority, character set, and receipt request. These options can be overridden for a particular mail post on the node editing page.</p> |
<p>Use the mail <a href=\"%mail-settings\">mail settings page</a> to set default sending options. These include format (plain text or HTML), priority, character set, and receipt request. These options can be overridden for a particular mail post on the node editing page.</p> |
| 26 |
<h3>Attachments</h3> |
<h3>Attachments</h3> |
| 27 |
<p>To allow users to send attachments with email messages, enable the upload module and ensure that uploads are enabled for mail posts. Any files uploaded with a mail post will then be sent as attachments.</p> |
<p>To allow users to send attachments with email messages, enable the upload module and ensure that uploads are enabled for mail posts. Any files uploaded with a mail post will then be sent as attachments.</p> |
| 28 |
", array("%node-configuration" => url("admin/node/configure/settings"), "%mail-settings" => url("admin/settings/mail"))); |
", array("%node-configuration" => url("admin/settings/content-types"), "%mail-settings" => url("admin/settings/mail"))); |
| 29 |
case 'node/add/mail': |
case 'node/add/mail': |
| 30 |
if (!variable_get('mail_mail', 0)) { |
if (!variable_get('mail_mail', 0)) { |
| 31 |
return t('Emailing is not yet enabled for mail posts. An administrator must enable it in the <a href="%configure">mail content configuration page</a>.', array("%configure" => url("admin/node/configure/types/mail"))); |
return t('Emailing is not yet enabled for mail posts. An administrator must enable it in the <a href="%configure">mail content configuration page</a>.', array("%configure" => url("admin/settings/content-types/mail"))); |
| 32 |
} |
} |
| 33 |
case 'node/add#mail': |
case 'node/add#mail': |
| 34 |
return t('A mail post can be sent to users of selected roles.'); |
return t('A mail post can be sent to users of selected roles.'); |