summaryrefslogtreecommitdiff
path: root/httemplate/edit/process/msgcat.html
blob: bdfbf1d40cee526dc301da1e04194d6c7c0047c7 (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.';dummy=';
                       },
&>