[freeside-commits] freeside/httemplate/elements menu.html, 1.125, 1.126

Erik Levinson levinse at wavetail.420.am
Fri Jun 3 11:59:06 PDT 2011


Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail.420.am:/tmp/cvs-serv28941/httemplate/elements

Modified Files:
	menu.html 
Log Message:
new msgcat browse/edit, RT12515

Index: menu.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/menu.html,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -w -d -r1.125 -r1.126
--- menu.html	3 Jun 2011 00:52:43 -0000	1.125
+++ menu.html	3 Jun 2011 18:59:04 -0000	1.126
@@ -535,7 +535,7 @@
   || $curuser->access_right('Edit global advertising sources');
 if ( $curuser->access_right('Configuration') ) {
   $config_misc{'Virtual fields'} = [ $fsurl.'browse/part_virtual_field.cgi', 'Locally defined fields', ];
-  $config_misc{'Message catalog'} = [ $fsurl.'browse/msgcat.cgi', 'Change error messages and other customizable labels for each locale' ];
+  $config_misc{'Message catalog'} = [ $fsurl.'browse/msgcat.html', 'Change error messages and other customizable labels for each locale' ];
 }
 $config_misc{'Inventory classes and inventory'} = [ $fsurl.'browse/inventory_class.html', 'Setup inventory classes and stock inventory' ]
   if $curuser->access_right('Edit inventory')



More information about the freeside-commits mailing list