nodeorder.css |
nodeorder.css |
|
.node-sort-list div.node, #dragHelper div.node {
border-style: solid;
border-width: 1px;
border-color: black;
margin-top: 5px;
margin-bottom: 5px;
margin-left: 0px;
margin-right: 0px;
padding: 7px;
}
.node-sort-list div.node h2,… |
nodeorder.info |
nodeorder.info |
|
name = "nodeorder"
description = "Allows the ordering of nodes within taxonomy terms."
dependencies = jquery_update jquery_interface interface_sortable |
nodeorder.install |
nodeorder.install |
|
|
nodeorder.module |
nodeorder.module |
|
|
README.txt |
README.txt |
|
*******************************************************
README.txt for nodeorder.module for Drupal
*******************************************************
The nodeorder module gives users an easy way to order nodes within their
taxonomy terms.
By… |