summaryrefslogtreecommitdiff
path: root/httemplate/edit/olt_site.html
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2016-03-10 01:20:21 -0800
committerMark Wells <mark@freeside.biz>2016-03-10 01:20:28 -0800
commit5c9f445b375ecf56e453de2c783f11e1c572dccb (patch)
tree6398bf386784a8bac9ff9aa677961df375762e94 /httemplate/edit/olt_site.html
parent88fb68b7da3d03d2c8bbbee8f6b1b87dcb3f3246 (diff)
add svc_fiber circuit id field, OLT sites, and other improvements, #35260
Diffstat (limited to 'httemplate/edit/olt_site.html')
-rw-r--r--httemplate/edit/olt_site.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/httemplate/edit/olt_site.html b/httemplate/edit/olt_site.html
new file mode 100644
index 000000000..c243bab18
--- /dev/null
+++ b/httemplate/edit/olt_site.html
@@ -0,0 +1,20 @@
+<& elements/edit.html,
+ popup => 1,
+ name_singular => 'OLT site',
+ table => 'olt_site',
+ viewall_dir => 'browse',
+ fields => [
+ { field => 'market',
+ type => 'text',
+ size => 4,
+ },
+ { field => 'site',
+ type => 'text',
+ size => 4,
+ },
+ ],
+ labels => { 'market' => 'Market',
+ 'site' => 'Site',
+ 'sitenum' => 'Site',
+ },
+&>