| 1 |
<?php |
<?php |
| 2 |
// $Id: taxonomy_image.admin.inc,v 1.1.2.8 2009/02/13 22:50:32 nancyw Exp $ |
// $Id: taxonomy_image.admin.inc,v 1.1.2.9 2009/02/17 02:45:04 nancyw Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 74 |
'#maxlength' => 255, |
'#maxlength' => 255, |
| 75 |
); |
); |
| 76 |
|
|
| 77 |
|
$form['general']['taxonomy_image_verbose_delete'] = array( |
| 78 |
|
'#type' => 'checkbox', |
| 79 |
|
'#title' => t('Show all delete messages'), |
| 80 |
|
'#default_value' => variable_get('taxonomy_image_verbose_delete', FALSE), |
| 81 |
|
'#description' => t('When a term or image is deleted, this option displays that the image is deleted from this module, the files table, and the disk.'), |
| 82 |
|
); |
| 83 |
|
|
| 84 |
$form['resizing'] = array( |
$form['resizing'] = array( |
| 85 |
'#type' => 'fieldset', |
'#type' => 'fieldset', |
| 86 |
'#title' => t('Resizing Options'), |
'#title' => t('Resizing Options'), |