default to a session cookie instead of setting an explicit timeout, weird timezone...
[freeside.git] / httemplate / edit / msgcat.html
1 <& elements/edit.html,
2      name_singular => 'string', #mt?
3      table         => 'msgcat',
4      fields        => [ { field=>'msgcode', type=>'fixed' },
5                         { field=>'locale',  type=>'fixed' },
6                         { field => 'msg', type => 'text', size => 60 },
7                       ],
8      labels        => { 'msgnum'  => 'String',
9                         'msgcode' => 'Code',
10                         'locale'  => 'Locale',
11                         'msg'     => 'String',
12                       },
13      viewall_dir   => 'browse',
14 &>