| 49 |
// Form Stuff for Swish-E Filter Settings |
// Form Stuff for Swish-E Filter Settings |
| 50 |
$form['file_filters'] = array( |
$form['file_filters'] = array( |
| 51 |
'#type' => 'fieldset', |
'#type' => 'fieldset', |
| 52 |
'#title' => 'Swish-E Filters' |
'#title' => 'Swish-E Filters', |
| 53 |
|
'#description' => t('In order to have the module successfully work, as many of the individual file filters as possible need to be enabled. If a document type does not have the correct file filter, it will not correctly pull down the full text information.'), |
| 54 |
); |
); |
| 55 |
$form['file_filters']['swish_path'] = array( |
$form['file_filters']['swish_path'] = array( |
| 56 |
'#type' => 'textfield', |
'#type' => 'textfield', |