Resizing the name field

From EPrints Documentation
Revision as of 14:32, 24 March 2010 by Pm705 (talk | contribs) (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.…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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
};