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