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