summaryrefslogtreecommitdiff
path: root/httemplate/edit/msgcat.html
blob: 5ca118ad72a0e0fa8c948c63c660b61d8b49ec16 (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' },
                        { field => 'msg', type => 'text', size => 60 },
                      ],
     labels        => { 'msgnum'  => 'String',
                        'msgcode' => 'Code',
                        'locale'  => 'Locale',
                        'msg'     => 'String',
                      },
     viewall_dir   => 'browse',
&>