money.css |
money.css |
|
/* Checkboxes for currency selection. */
.money-field-currency-checkboxes .form-checkboxes .form-item {
display: block;
float: left;
width: 300px;
}
.money-field-currency-checkboxes .description {
clear: both;
} |
money.diff.inc |
includes/money.diff.inc |
|
Integration of Money CCK field with diff module. |
money.feeds.inc |
includes/money.feeds.inc |
|
Integration of Money field with the feeds module. |
money.info |
money.info |
|
name = Money Field
description = Defines a field with an amount and a currency.
dependencies[] = currency_api
package = Fields
core = 7.x
files[] = money.module |
money.install |
money.install |
|
Install, update and uninstall functions for the money module. |
money.module |
money.module |
|
This module defines the Money field. |
README.txt |
README.txt |
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Money CCK field for CCK 2 and Drupal 6
;;
;; Current 7.x maintainer: kenorb (http://drupal.org/user/191974)
;; Current 6.x maintainer: markus_petrux … |