[freeside-commits] freeside/httemplate/edit/process msgcat.html, 1.2, 1.3

Ivan,,, ivan at wavetail.420.am
Wed Dec 14 15:53:47 PST 2011


Update of /home/cvs/cvsroot/freeside/httemplate/edit/process
In directory wavetail.420.am:/tmp/cvs-serv19793

Modified Files:
	msgcat.html 
Log Message:
usability for msgcat editing: redirect back to the message catalog you are working on, RT#15269

Index: msgcat.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/process/msgcat.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -w -d -r1.2 -r1.3
--- msgcat.html	3 Jun 2011 18:56:18 -0000	1.2
+++ msgcat.html	14 Dec 2011 23:53:45 -0000	1.3
@@ -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;
+                       },
 &>



More information about the freeside-commits mailing list