usability for msgcat editing: redirect back to the message catalog you are working...
[freeside.git] / httemplate / edit / process / msgcat.html
1 <& elements/process.html, 
2     table       => 'msgcat',
3     #viewall_dir => 'browse',
4     redirect    => sub { my($cgi, $msgcat) = @_;
5                          popurl(3). 'browse/msgcat.html?locale='. $msgcat->locale.';dummy=';
6                        },
7 &>