diff options
author | levinse <levinse> | 2011-06-03 18:59:04 +0000 |
---|---|---|
committer | levinse <levinse> | 2011-06-03 18:59:04 +0000 |
commit | 9f42fa8fb7cb27deb5f249ffc3ce334de545c580 (patch) | |
tree | 503bcf2577984bdf602febc6fac1d22bdd86d86d /httemplate/edit | |
parent | 23ceb08c948d848556555840ffde296caebd6df6 (diff) |
new msgcat browse/edit, RT12515
Diffstat (limited to 'httemplate/edit')
-rw-r--r-- | httemplate/edit/msgcat.html | 1 | ||||
-rw-r--r-- | httemplate/edit/process/msgcat.html | 5 |
2 files changed, 5 insertions, 1 deletions
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', +&> |