summaryrefslogtreecommitdiff
path: root/httemplate/edit/msgcat.html
blob: 4e2edd6d87c2a56033758c1816c09eafce8f6d63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<& elements/edit.html,
     name_singular => 'string', #mt?
     table         => 'msgcat',
     fields        => [ { field=>'msgcode', type=>'fixed' },
                        { field=>'locale',  type=>'fixed' },
                        'msg',
                      ],
     labels        => { 'msgnum'  => 'String',
                        'msgcode' => 'Code',
                        'locale'  => 'Locale',
                        'msg'     => 'String',
                      },
     viewall_dir   => 'browse',
&>