[freeside-commits] freeside/httemplate/edit/process msgcat.html, 1.4, 1.5

Ivan,,, ivan at wavetail.420.am
Wed Dec 14 16:13:15 PST 2011


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

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.4
retrieving revision 1.5
diff -u -w -d -r1.4 -r1.5
--- msgcat.html	15 Dec 2011 00:12:53 -0000	1.4
+++ msgcat.html	15 Dec 2011 00:13:13 -0000	1.5
@@ -2,6 +2,6 @@
     table       => 'msgcat',
     #viewall_dir => 'browse',
     redirect    => sub { my($cgi, $msgcat) = @_;
-                         popurl(3). 'browse/msgcat.html?locale='. $msgcat->locale;
+                         popurl(3). 'browse/msgcat.html?locale='. $msgcat->locale.';dummy=';
                        },
 &>



More information about the freeside-commits mailing list