formatted_number.css |
formatted_number.css |
|
/**
* Selectors using .node-form are required to override .form-text in node.css.
* Selector without .node-form is required to style the element elsewhere.
*/
.node-form .formatted-number,
.node-form .container-inline… |
formatted_number.diff.inc |
includes/formatted_number.diff.inc |
|
Integration of Formatted Number CCK field with diff module. |
formatted_number.info |
formatted_number.info |
|
name = Formatted Number Field
description = Defines numeric field types where thousands separator and decimal point are inherited from the Format Number API module.
package = Fields
core = 7.x
dependencies[] = format_number |
formatted_number.install |
formatted_number.install |
|
Install, update and uninstall functions for the formatted_number module. |
formatted_number.module |
formatted_number.module |
|
Defines numeric field types where the thousand and decimal separators
are inherited from the Format Number API module. |
formatted_number.token.inc |
includes/formatted_number.token.inc |
|
Integration of Formatted Number CCK field with token module. |
README.txt |
README.txt |
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Formatted Number module for Drupal
;;
;; Original author: markus_petrux… |