diff options
| author | ivan <ivan> | 2011-12-14 23:44:26 +0000 | 
|---|---|---|
| committer | ivan <ivan> | 2011-12-14 23:44:26 +0000 | 
| commit | e638cca7c5be9bc9b98eabbf41babc2e58671aac (patch) | |
| tree | 7676b4393c81047366757db211d09d2641aff7dd /httemplate/edit | |
| parent | fd3fb767ffb8430127a69fb6403cab0d5561d371 (diff) | |
better message catalog editing
Diffstat (limited to 'httemplate/edit')
| -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',  &>  | 
