money.css |
money.css |
|
/* Put the description of the "amount" form item below the form items. */
div.money-field-form-items div.description {
display: block;
} |
money.info |
money.info |
|
name = Money
description = Allows the user to define a currency and an amount in custom content types.
dependencies = content currency_api
package = CCK |
money.module |
money.module |
|
This module defines the "money" CCK field. It uses the Currency API, which
is included in the Currency module, to get a list of valid currencies. |
README.txt |
README.txt |
|
Description
-----------
This module defines the "money" CCK field. It uses the Currency API, which is
included in the Currency module, to get a list of valid currencies.
Only amounts with 2 decimals can be used. Any decimal separator and… |