diff options
author | Mark Wells <mark@freeside.biz> | 2014-08-05 15:54:51 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2014-08-05 15:54:51 -0700 |
commit | d7cf0d6bb3b81b1c91ef1bcc3252d56f96b65b0f (patch) | |
tree | 1a527c06c1336bb6a81b3839bbd480122cec73de /httemplate/edit/deploy_zone-fixed.html | |
parent | 0f359d5480aa1621d73ee802f420e8951abc620d (diff) |
477 report: improve browse-edit UI
Diffstat (limited to 'httemplate/edit/deploy_zone-fixed.html')
-rw-r--r-- | httemplate/edit/deploy_zone-fixed.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/httemplate/edit/deploy_zone-fixed.html b/httemplate/edit/deploy_zone-fixed.html index ecec9c434..8c6d54e5d 100644 --- a/httemplate/edit/deploy_zone-fixed.html +++ b/httemplate/edit/deploy_zone-fixed.html @@ -14,6 +14,7 @@ 'is_consumer' => 'Consumer/mass market', 'is_business' => 'Business/government', 'blocknum' => '', + 'active_date' => 'Active since', }, 'fields' => [ { field => 'zonetype', @@ -25,6 +26,10 @@ value => 'broadband' }, 'description', + { field => 'active_date', + type => 'fixed-date', + value => time, + }, { field => 'agentnum', type => 'select-agent', disable_empty => 1, |