README.txt |
README.txt |
|
README - TAXONOMY MANAGER
**************************
SHORT PROJECT DESCRIPTION
--------------------------
This module provides a powerful interface for managing vocabularies of the taxonomy module.
It's especially very useful for long sets of… |
readme.txt |
jquery-update/readme.txt |
|
In case the JQuery Update Module (http://drupal.org/project/jquery_update) v2.x is installed,
the Taxonomy Manager won't work correctly. See http://drupal.org/node/280202 for more information.
To fix the problem, replace the tree.js file in the… |
taxonomy_manager.css |
css/taxonomy_manager.css |
|
#taxonomy-manager-form {
width: 100%;
}
/**
* Taxonomy Manager Tree formating
*/
#taxonomy-manager-tree-outer-div {
float: left;
height: 550px;
overflow: auto;
width: 350px;
margin: 0;
padding: 0;
}
#taxonomy-manager-tree-outer-div… |
taxonomy_manager.info |
taxonomy_manager.info |
|
name = Taxonomy Manager
description = Tool for administrating taxonomy terms.
version = VERSION
dependencies = taxonomy |
taxonomy_manager.install |
taxonomy_manager.install |
|
|
taxonomy_manager.module |
taxonomy_manager.module |
|
Taxonomy Manager |