X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fedit%2Fdeploy_zone-fixed.html;h=90d1b6667339b9ea9ffa4c2dc7b65dca65f1a9fa;hb=f25c596ba479c7c5cebcfd4447bb0db9c70a1e06;hp=fb26c4958aaa01b27ccb87803fc7d700e47ffb31;hpb=942e4d33971c804511a4770f58483e1d4385aa61;p=freeside.git 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',