/[drupal]/contributions/modules/node_invite/node_invite.admin.inc
ViewVC logotype

Diff of /contributions/modules/node_invite/node_invite.admin.inc

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

revision 1.3, Tue Sep 1 19:00:13 2009 UTC revision 1.3.2.1, Wed Sep 2 05:43:38 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id$  // $Id: node_invite.admin.inc,v 1.3 2009/09/01 19:00:13 hadsie Exp $
3  /**  /**
4   * @file   * @file
5   * Node invite admin settings   * Node invite admin settings
# Line 28  function node_invite_admin_settings_form Line 28  function node_invite_admin_settings_form
28        <strong>Disable Invites</strong> = To get an invite for a specific node, you will need to check the "Enable invites for this node" box in the node/edit form        <strong>Disable Invites</strong> = To get an invite for a specific node, you will need to check the "Enable invites for this node" box in the node/edit form
29        '),        '),
30    );    );
31      $form['node_invite_set_email'] = array(
32        '#type' => 'checkbox',
33        '#title' => t('Allow user to set their own email and name'),
34        '#description' => t('Leaving this unchecked will force the user to invite from their email address and username as configured in their profile.'),
35        '#default_value' => variable_get('node_invite_set_email', TRUE),
36      );
37    $form['node_invite_rsvp_page'] = array(    $form['node_invite_rsvp_page'] = array(
38      '#type' => 'fieldset',      '#type' => 'fieldset',
39      '#title' => t('RSVP Page'),      '#title' => t('RSVP Page'),

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.3.2.1

  ViewVC Help
Powered by ViewVC 1.1.2