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