/[drupal]/contributions/modules/mail/mail.module
ViewVC logotype

Diff of /contributions/modules/mail/mail.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.19, Sun Oct 15 01:24:53 2006 UTC revision 1.20, Mon Oct 16 16:59:40 2006 UTC
# Line 1  Line 1 
1  <?php  <?php
2    
3    // $Id: $
4    
5  /**  /**
6   * Provide online user help   * Provide online user help
7   */   */
# Line 22  function mail_help($section = 'admin/hel Line 25  function mail_help($section = 'admin/hel
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.');

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

  ViewVC Help
Powered by ViewVC 1.1.2