diff options
Diffstat (limited to 'httemplate/edit/msgcat.html')
| -rw-r--r-- | httemplate/edit/msgcat.html | 9 | 
1 files changed, 9 insertions, 0 deletions
diff --git a/httemplate/edit/msgcat.html b/httemplate/edit/msgcat.html index 5a197ffb7..4e2edd6d8 100644 --- a/httemplate/edit/msgcat.html +++ b/httemplate/edit/msgcat.html @@ -1,5 +1,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',  &>  | 
