/[drupal]/contributions/modules/addresses_extras/addresses_notes/addresses_notes.module
ViewVC logotype

Diff of /contributions/modules/addresses_extras/addresses_notes/addresses_notes.module

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

revision 1.2, Sun Dec 28 19:21:11 2008 UTC revision 1.3, Thu Jan 1 08:05:50 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: addresses_notes.module,v 1.1 2008/09/28 22:26:11 alexiswilke Exp $  // $Id: addresses_notes.module,v 1.2 2008/12/28 19:21:11 alexiswilke Exp $
3  /**  /**
4   * @author Alexis Wilke   * @author Alexis Wilke
5   * @file addresses_notes.module   * @file addresses_notes.module
# Line 40  function addresses_notes_addressesfielda Line 40  function addresses_notes_addressesfielda
40          '#type'           => 'textarea',          '#type'           => 'textarea',
41          '#title'          => t('Promotional Information'),          '#title'          => t('Promotional Information'),
42          '#default_value'  => isset($values['notes']) ? $values['notes'] : '',          '#default_value'  => isset($values['notes']) ? $values['notes'] : '',
43          '#rows'           => 5,          '#rows'           => 8,
44          '#attributes'     => NULL,          '#attributes'     => NULL,
45          '#required'       => ($fields['notes'] == ADDRESSES_FIELD_REQUIRED),          '#required'       => ($fields['notes'] == ADDRESSES_FIELD_REQUIRED),
46          '#description'    => t("Describe your business, including its history, and other relevant marketing information."),          '#description'    => t("Describe your business, including its history, and other relevant marketing information."),

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

  ViewVC Help
Powered by ViewVC 1.1.2