| 1 |
<?php |
<?php |
| 2 |
// $Id: taxonomy_browser.module,v 1.19.2.11.2.16 2008/06/10 18:30:05 nancyw Exp $ |
// $Id: taxonomy_browser.module,v 1.19.2.11.2.17 2008/06/11 18:21:02 nancyw Exp $ |
| 3 |
// Original by Moshe Weitzman (weitzmna@tejasa.com) |
// Original by Moshe Weitzman (weitzmna@tejasa.com) |
| 4 |
|
|
| 5 |
/** |
/** |
| 110 |
drupal_set_message(t('You do not have the node_type_filter module installed. This means that the "restrict search by content type" option will not be available on the category browser page.'), 'status'); |
drupal_set_message(t('You do not have the node_type_filter module installed. This means that the "restrict search by content type" option will not be available on the category browser page.'), 'status'); |
| 111 |
} |
} |
| 112 |
|
|
| 113 |
|
drupal_add_js(drupal_get_path('module', 'taxonomy_browser') .'/taxonomy_browser.js', 'module'); |
| 114 |
|
|
| 115 |
$form['taxonomy_browser_guidelines'] = array( |
$form['taxonomy_browser_guidelines'] = array( |
| 116 |
'#title' => t('Guidelines'), |
'#title' => t('Guidelines'), |
| 117 |
'#type' => 'textarea', |
'#type' => 'textarea', |