diff options
| author | ivan <ivan> | 2011-12-14 23:54:15 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2011-12-14 23:54:15 +0000 |
| commit | 84c8202ee1d4d74a6ed55ac31c3f0de8cb572e04 (patch) | |
| tree | 0b0eecb0a48b1643447842c1a5093bc9761ae2ce /httemplate | |
| parent | e638cca7c5be9bc9b98eabbf41babc2e58671aac (diff) | |
usability for msgcat editing: redirect back to the message catalog you are working on, RT#15269
Diffstat (limited to 'httemplate')
| -rw-r--r-- | httemplate/edit/process/msgcat.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/httemplate/edit/process/msgcat.html b/httemplate/edit/process/msgcat.html index 8a763ba08..4c04290a1 100644 --- a/httemplate/edit/process/msgcat.html +++ b/httemplate/edit/process/msgcat.html @@ -1,4 +1,7 @@ <& elements/process.html, table => 'msgcat', - viewall_dir => 'browse', + #viewall_dir => 'browse', + redirect => sub { my($cgi, $msgcat) = @_; + $p. 'browse/msgcat.html?locale='. $msgcat->locale; + }, &> |
