| 1 |
<?php |
<?php |
| 2 |
// $Id: actions.module,v 1.36 2008/04/29 18:27:08 jvandyk Exp $ |
// $Id: actions.module,v 1.37 2008/04/29 19:31:27 jvandyk Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 1601 |
'#title' => t('Username'), |
'#title' => t('Username'), |
| 1602 |
'#default_value' => $owner_name, |
'#default_value' => $owner_name, |
| 1603 |
'#autocomplete_path' => 'user/autocomplete', |
'#autocomplete_path' => 'user/autocomplete', |
| 1604 |
'#size' => '6', |
'#size' => '10', |
| 1605 |
'#maxlength' => '7', |
'#maxlength' => '60', |
| 1606 |
'#description' => $description, |
'#description' => $description, |
| 1607 |
); |
); |
| 1608 |
} |
} |