Difference between revisions of "Resizing the name field"
(Created page with 'In /archives/[ARCHIVE]/cfg/cfg.d/field_property_defaults.pl there are some defaults for the width of various fields - including: # Default size of the "name" input field parts.…') |
|||
| Line 8: | Line 8: | ||
lineage=>8 | lineage=>8 | ||
}; | }; | ||
| + | |||
| + | [[Category|Snippets]] | ||
Revision as of 14:33, 24 March 2010
In /archives/[ARCHIVE]/cfg/cfg.d/field_property_defaults.pl there are some defaults for the width of various fields - including:
# Default size of the "name" input field parts.
$c->{field_defaults}->{input_name_cols} = {
honourific=>8,
given=>20,
family=>20,
lineage=>8
};