summaryrefslogtreecommitdiff
path: root/httemplate/edit/msgcat.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/edit/msgcat.html')
-rw-r--r--httemplate/edit/msgcat.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/httemplate/edit/msgcat.html b/httemplate/edit/msgcat.html
new file mode 100644
index 000000000..4e2edd6d8
--- /dev/null
+++ b/httemplate/edit/msgcat.html
@@ -0,0 +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',
+&>