mvf.css |
mvf.css |
|
/* Checkboxes for unit selection. */
.mvf-unit-checkboxes .form-checkboxes .form-item {
display: block;
float: left;
width: 300px;
}
.mvf-unit-checkboxes .description {
clear: both;
} |
mvf.diff.inc |
includes/mvf.diff.inc |
|
Integration of Measured Value Field with Diff module. |
mvf.info |
mvf.info |
|
name = Measured Value Field
description = Defines a field with an amount and a unit of measurement.
dependencies[] = content
dependencies[] = units
dependencies[] = format_number
dependencies[] = formatted_number
package = CCK
core = 6.x |
mvf.install |
mvf.install |
|
Module installation/uninstallation hooks. |
mvf.module |
mvf.module |
|
Measured Value Field module. |
mvf.views.inc |
includes/mvf.views.inc |
|
Defines MVF Views data and plugins. |
mvf_filter_handler.inc |
includes/mvf_filter_handler.inc |
|
Filter handler for "between" and "overlap" operators of MVF. |
README.txt |
README.txt |
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Measured Value Field module.
;;
;; Started as fork of Money CCK field (http://drupal.org/project/money)
;;
;; Credit goes to Money CCK module maintainers:
;; … |