summaryrefslogtreecommitdiff
path: root/httemplate/edit/deploy_zone-fixed.html
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2014-12-30 16:04:48 -0800
committerMark Wells <mark@freeside.biz>2014-12-30 16:04:48 -0800
commitf041c3f6e17bdacf8ad6b0da87342ef84e7db404 (patch)
treef80115a8f5dacff6395ee26fd91ded929ac1a613 /httemplate/edit/deploy_zone-fixed.html
parent63e6a91136d87591d57a7f4e006dbfb41906a02c (diff)
import deployment zone census block list, #32625
Diffstat (limited to 'httemplate/edit/deploy_zone-fixed.html')
-rw-r--r--httemplate/edit/deploy_zone-fixed.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/httemplate/edit/deploy_zone-fixed.html b/httemplate/edit/deploy_zone-fixed.html
index fb26c4958..90d1b6667 100644
--- a/httemplate/edit/deploy_zone-fixed.html
+++ b/httemplate/edit/deploy_zone-fixed.html
@@ -16,6 +16,8 @@
'is_business' => 'Business/government',
'blocknum' => '',
'active_date' => 'Active since',
+ 'file' => 'Import blocks from text file',
+ 'censusyear' => 'as census year',
},
'fields' => [
{ field => 'zonetype',
@@ -54,6 +56,19 @@
'cir_speed_up',
{ type => 'tablebreak-tr-title', value => 'Census blocks'},
+ { field => 'file',
+ type => 'file-upload',
+ },
+ { field => 'format',
+ type => 'hidden',
+ value => 'plain',
+ },
+ { field => 'censusyear',
+ type => 'select',
+ options => [ '', qw( 2013 2012 2011 ) ],
+ },
+
+ { type => 'tablebreak-tr-title', value => '', },
{ field => 'blocknum',
type => 'deploy_zone_block',
o2m_table => 'deploy_zone_block',