[% META title = 'Admin » User Locations' -%] [% PROCESS admin/user_nav.tt page = 'user_location' %] [% # PROCESS dumper.tt dump = errors %] [% user_locations_dfv_js %]

Setup User Locations

[% IF dfv_errors %]

[% c.cfg('msg').dfv_errors %]

[% END %] [% INCLUDE site/snippets/help.tt file = 'newuserlocation' %]

[% div_name = 'new'; INCLUDE site/snippets/toggleview.tt %] Add new entry

Location name: [% PROCESS site/ajax_input.tt field = 'location_name' size = 30 %] [% error_location_name %]
Region code: [% IF error_region_code; error_region_code; ELSE %] « 3-digit parent organisation code [% END %]
Active: [% error_active %]

[% site.html.submit %]

 

[% IF locations.size %] [% FOREACH item IN locations; # PROCESS dumper.tt dump = item.as_tree %] [% END %]
Location name Region code Active
[% loop.count %] [% item.region_code %] Edit
[% END %]