diff options
author | ivan <ivan> | 2011-12-14 23:44:25 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-12-14 23:44:25 +0000 |
commit | c725592a5d867dd4b2289b09dcb0a02952807a48 (patch) | |
tree | d6e706fa84d10af34320fc6b1903db6da9d5950b /httemplate/edit/msgcat.html | |
parent | aa663c2a4134e217d3eaa0f908fe560c6bd0f4a6 (diff) |
better message catalog editing
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', &> |