Newer
Older
Digital_Repository / Repositories / otago_eprints3 / otago_eprints / cfg / cfg.d / user_fields.pl
$c->{fields}->{user} = [
                         {
                           'render_order' => 'gf',
                           'name' => 'name',
                           'type' => 'name'
                         },
                         {
                           'name' => 'dept',
                           'type' => 'text'
                         },
                         {
                           'name' => 'org',
                           'type' => 'text'
                         },
                         {
                           'name' => 'address',
                           'type' => 'longtext',
                           'input_rows' => 5
                         },
                         {
                           'name' => 'country',
                           'type' => 'text'
                         },
                         {
                           'name' => 'hideemail',
                           'input_style' => 'radio',
                           'type' => 'boolean'
                         },
                         {
                           'options' => [
                                          'win',
                                          'unix',
                                          'vms',
                                          'mac',
                                          'other'
                                        ],
                           'name' => 'os',
                           'type' => 'set',
                           'input_rows' => 1
                         },
                         {
                           'name' => 'url',
                           'type' => 'url'
                         }
                       ];