summaryrefslogtreecommitdiff
path: root/httemplate/edit/process/msgcat.html
blob: 4c04290a1e610c18a3a1d94e7326a48c6dfd822d (plain)
1
2
3
4
5
6
7
<& elements/process.html, 
    table       => 'msgcat',
    #viewall_dir => 'browse',
    redirect    => sub { my($cgi, $msgcat) = @_;
                         $p. 'browse/msgcat.html?locale='. $msgcat->locale;
                       },
&>