diff options
Diffstat (limited to 'httemplate/edit/process')
| -rw-r--r-- | httemplate/edit/process/msgcat.html | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/httemplate/edit/process/msgcat.html b/httemplate/edit/process/msgcat.html index 8a763ba08..4c04290a1 100644 --- a/httemplate/edit/process/msgcat.html +++ b/httemplate/edit/process/msgcat.html @@ -1,4 +1,7 @@  <& elements/process.html,       table       => 'msgcat', -    viewall_dir => 'browse', +    #viewall_dir => 'browse', +    redirect    => sub { my($cgi, $msgcat) = @_; +                         $p. 'browse/msgcat.html?locale='. $msgcat->locale; +                       },  &>  | 
