summaryrefslogtreecommitdiff
path: root/httemplate/edit/olt_site.html
diff options
context:
space:
mode:
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',
+ },
+&>