| 1 |
<?php |
<?php |
| 2 |
// $Id: taxonomy_manager.admin.inc,v 1.1.2.17.2.23 2009/08/11 07:41:11 mh86 Exp $ |
// $Id: taxonomy_manager.admin.inc,v 1.1.2.17.2.24 2009/08/19 12:22:26 mh86 Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* |
* |
| 1541 |
$form['taxonomy_manager_disable_merge_redirect'] = array( |
$form['taxonomy_manager_disable_merge_redirect'] = array( |
| 1542 |
'#type' => 'checkbox', |
'#type' => 'checkbox', |
| 1543 |
'#title' => t('Disable redirect of the taxonomy term page to merged terms '), |
'#title' => t('Disable redirect of the taxonomy term page to merged terms '), |
| 1544 |
'#default_value' => variable_get('taxonomy_manager_disable_merge_redirect', 0), |
'#default_value' => variable_get('taxonomy_manager_disable_merge_redirect', TRUE), |
| 1545 |
'#description' => t('When using the merging feature, the selected terms get merged into one term. All selected terms will be deleted afterwards. Normally the Taxonomy Manager redirects calls to taxonomy/term/$tid of the deleted terms (through merging) to the resulting merged term. This feature might conflict with other modules (e.g. Taxonomy Breadcrumb, Panels), which implement hook_menu_alter to change the taxonomy_manager_term_page callback. Disable this feature if it conflicts with other modules or if you do not need it. Changing this setting requires a (menu) cache flush to become active.'), |
'#description' => t('When using the merging feature, the selected terms get merged into one term. All selected terms will be deleted afterwards. Normally the Taxonomy Manager redirects calls to taxonomy/term/$tid of the deleted terms (through merging) to the resulting merged term. This feature might conflict with other modules (e.g. Taxonomy Breadcrumb, Panels), which implement hook_menu_alter to change the taxonomy_manager_term_page callback. Disable this feature if it conflicts with other modules or if you do not need it. Changing this setting requires a (menu) cache flush to become active.'), |
| 1546 |
); |
); |
| 1547 |
$form['taxonomy_manager_pager_tree_page_size'] = array( |
$form['taxonomy_manager_pager_tree_page_size'] = array( |