| 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 |
| 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."), |