active_tags.css |
active_tags.css |
|
.tag-entry {
margin:5px 0px;
}
.tag-tag {
background-color:#eee;
padding:2px;
display:inline;
margin:2px;
}
.remove-tag {
color:red;
padding-left:5px;
cursor:pointer;
}
.tag-popular {
background-color:#eee;
color:#999;
… |
active_tags.info |
active_tags.info |
|
name = Active Tags
description = Enhanced tag widget for free tagging vocabularies
dependencies = taxonomy jquery_update
package = User interface |
active_tags.module |
active_tags.module |
|
Active Tags widget for free tagging taxonomies |
README.txt |
README.txt |
|
-- SUMMARY --
Active Tags adds a new option to free tagging taxonomies. If selected
the taxonomy widget is replaced by a new jQuery enabled tag entry widget.
For a full description visit the project page:
http://drupal.org/project/active_tags
Bug… |