diff options
Diffstat (limited to 'httemplate/edit')
-rw-r--r-- | httemplate/edit/msgcat.html | 4 | ||||
-rw-r--r-- | httemplate/edit/process/msgcat.html | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/httemplate/edit/msgcat.html b/httemplate/edit/msgcat.html new file mode 100644 index 000000000..7ac577b7c --- /dev/null +++ b/httemplate/edit/msgcat.html @@ -0,0 +1,4 @@ +<& elements/edit.html, + name_singular => 'string', #mt? + table => 'msgcat', +&> diff --git a/httemplate/edit/process/msgcat.html b/httemplate/edit/process/msgcat.html new file mode 100644 index 000000000..b8c8eff2f --- /dev/null +++ b/httemplate/edit/process/msgcat.html @@ -0,0 +1 @@ +<& elements/process.html, table => 'msgcat' &> |