summaryrefslogtreecommitdiff
path: root/httemplate/edit/process/deploy_zone-fixed.html
blob: eae3a746d82e0fecc35811e077caefe6c858d847 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<& elements/process.html, 
    debug => 1,
    error_redirect => popurl(2).'deploy_zone-fixed.html',
    table       => 'deploy_zone',
    viewall_dir => 'browse',
    process_o2m => {
      'table'  => 'deploy_zone_block',
      'fields' => [qw( censusblock censusyear )]
    },
    process_upload => {
      'process' => 'misc/process/deploy_zone-import.html',
      'fields' => [qw( censusyear format )],
    },
&>