default to a session cookie instead of setting an explicit timeout, weird timezone...
[freeside.git] / httemplate / edit / olt_site.html
1 <& elements/edit.html,
2   popup => 1,
3   name_singular => 'OLT site',
4   table         => 'olt_site',
5   viewall_dir   => 'browse',
6   fields        => [
7                      { field => 'market',
8                        type => 'text',
9                        size => 4,
10                      },
11                      { field => 'site',
12                        type => 'text',
13                        size => 4,
14                      },
15                    ],
16   labels        => { 'market'    => 'Market',
17                      'site'      => 'Site',
18                      'sitenum'   => 'Site',
19                    },
20 &>