From 9f42fa8fb7cb27deb5f249ffc3ce334de545c580 Mon Sep 17 00:00:00 2001 From: levinse Date: Fri, 3 Jun 2011 18:59:04 +0000 Subject: new msgcat browse/edit, RT12515 --- httemplate/edit/msgcat.html | 1 + httemplate/edit/process/msgcat.html | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'httemplate/edit') diff --git a/httemplate/edit/msgcat.html b/httemplate/edit/msgcat.html index 7ac577b7c..5a197ffb7 100644 --- a/httemplate/edit/msgcat.html +++ b/httemplate/edit/msgcat.html @@ -1,4 +1,5 @@ <& elements/edit.html, name_singular => 'string', #mt? table => 'msgcat', + viewall_dir => 'browse', &> diff --git a/httemplate/edit/process/msgcat.html b/httemplate/edit/process/msgcat.html index b8c8eff2f..8a763ba08 100644 --- a/httemplate/edit/process/msgcat.html +++ b/httemplate/edit/process/msgcat.html @@ -1 +1,4 @@ -<& elements/process.html, table => 'msgcat' &> +<& elements/process.html, + table => 'msgcat', + viewall_dir => 'browse', +&> -- cgit v1.2.1