diff options
author | ivan <ivan> | 2011-12-15 00:12:53 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-12-15 00:12:53 +0000 |
commit | 74fbfddb54e9bc27c2622c333cc0d6e70970c852 (patch) | |
tree | 855290c2d59c28c235537792661e5f01ef4a8c9f /httemplate/edit/process/msgcat.html | |
parent | 4458c3585b241a16e82c96be9af4fe7ffceade4d (diff) |
usability for msgcat editing: redirect back to the message catalog you are working on, RT#15269
Diffstat (limited to 'httemplate/edit/process/msgcat.html')
-rw-r--r-- | httemplate/edit/process/msgcat.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/process/msgcat.html b/httemplate/edit/process/msgcat.html index 4c04290a1..6c93508d7 100644 --- a/httemplate/edit/process/msgcat.html +++ b/httemplate/edit/process/msgcat.html @@ -2,6 +2,6 @@ table => 'msgcat', #viewall_dir => 'browse', redirect => sub { my($cgi, $msgcat) = @_; - $p. 'browse/msgcat.html?locale='. $msgcat->locale; + popurl(3). 'browse/msgcat.html?locale='. $msgcat->locale; }, &> |