From 645538bbc9e4d15f399181db04411f45805d37c8 Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 3 Jun 2011 17:47:39 +0000 Subject: missing preliminary msgcat.html, RT#12515 --- httemplate/edit/msgcat.html | 4 ++++ httemplate/edit/process/msgcat.html | 1 + 2 files changed, 5 insertions(+) create mode 100644 httemplate/edit/msgcat.html create mode 100644 httemplate/edit/process/msgcat.html (limited to 'httemplate/edit') 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' &> -- cgit v1.2.1