diff options
| author | Brian Medley <bpm@snafu.org> | 2012-04-22 10:48:40 -0500 |
|---|---|---|
| committer | Brian Medley <bpm@snafu.org> | 2012-04-22 10:51:22 -0500 |
| commit | 23dcc60dec006733f467fe58fd1fbfe9af3188c2 (patch) | |
| tree | c45dcae3f0094b7752431325473804af3d0fd814 /httemplate/edit/tower.html | |
| parent | 561fb1365f7d026f31475b595b301b8fb7a19bdf (diff) | |
support coordinates in gui, #15655
Diffstat (limited to 'httemplate/edit/tower.html')
| -rw-r--r-- | httemplate/edit/tower.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/httemplate/edit/tower.html b/httemplate/edit/tower.html index 5a0f2a8ce..82513082c 100644 --- a/httemplate/edit/tower.html +++ b/httemplate/edit/tower.html @@ -12,12 +12,16 @@ m2_label => 'Sector', m2_error_callback => $m2_error_callback, }, + 'latitude', + 'longitude', ], labels => { 'towernum' => 'Tower', 'towername' => 'Name', 'sectornum' => 'Sector', 'disabled' => 'Disabled', 'default_ip_addr' => 'Tower IP address', + 'latitude', => 'Latitude', + 'longitude', => 'Longitude', }, &> <%init> |
