diff options
author | Mark Wells <mark@freeside.biz> | 2014-08-06 14:11:01 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2014-08-06 14:11:01 -0700 |
commit | 1ebcca94aba75c5901c6eefaf373f39e94b03cf0 (patch) | |
tree | a6f0833c23777e2924e4669e7527f2c9a312bf44 /httemplate/edit/process | |
parent | d7cf0d6bb3b81b1c91ef1bcc3252d56f96b65b0f (diff) |
477 report: mobile deployment info
Diffstat (limited to 'httemplate/edit/process')
-rw-r--r-- | httemplate/edit/process/deploy_zone-mobile.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/httemplate/edit/process/deploy_zone-mobile.html b/httemplate/edit/process/deploy_zone-mobile.html new file mode 100644 index 000000000..c913c5cd6 --- /dev/null +++ b/httemplate/edit/process/deploy_zone-mobile.html @@ -0,0 +1,9 @@ +<& elements/process.html, + error_redirect => popurl(2).'deploy_zone-mobile.html?', + table => 'deploy_zone', + viewall_dir => 'browse', + process_o2m => + { 'table' => 'deploy_zone_vertex', + 'fields' => [qw( latitude longitude )] + }, +&> |