| 1 |
<?php |
<?php |
| 2 |
// $Id: hidden.action-pages.inc,v 1.3 2008/12/13 18:42:43 ekes Exp $ |
// $Id: hidden.action-pages.inc,v 1.4 2008/12/18 15:29:06 ekes Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 82 |
); |
); |
| 83 |
|
|
| 84 |
$form['publictext'] = array( |
$form['publictext'] = array( |
| 85 |
'#type' => 'textarea', |
'#type' => (variable_get('hidden_public_notes', TRUE)) ? 'textarea' : 'hidden', |
| 86 |
'#title' => t('Your Public notes'), |
'#title' => t('Your Public notes'), |
| 87 |
'#default_value' => isset($hidden->publicnote) ? $hidden->publicnote : '', |
'#default_value' => isset($hidden->publicnote) ? $hidden->publicnote : '', |
| 88 |
'#rows' => 5, |
'#rows' => 5, |