FS RT #30831 - passing the ISO 3166-1 alpha-2 country code to ut_phonen
[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                         'msg',
7                       ],
8      labels        => { 'msgnum'  => 'String',
9                         'msgcode' => 'Code',
10                         'locale'  => 'Locale',
11                         'msg'     => 'String',
12                       },
13      viewall_dir   => 'browse',
14 &>