diff options
Diffstat (limited to 'httemplate/edit/process/msgcat.html')
| -rw-r--r-- | httemplate/edit/process/msgcat.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/httemplate/edit/process/msgcat.html b/httemplate/edit/process/msgcat.html new file mode 100644 index 000000000..bdfbf1d40 --- /dev/null +++ b/httemplate/edit/process/msgcat.html @@ -0,0 +1,7 @@ +<& elements/process.html, + table => 'msgcat', + #viewall_dir => 'browse', + redirect => sub { my($cgi, $msgcat) = @_; + popurl(3). 'browse/msgcat.html?locale='. $msgcat->locale.';dummy='; + }, +&> |
