[freeside-commits] freeside/httemplate/elements header-minimal.html, 1.2, 1.3 header-popup.html, 1.6, 1.7 menu.html, 1.116, 1.117

Ivan,,, ivan at wavetail.420.am
Wed May 11 09:20:14 PDT 2011


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

Modified Files:
	header-minimal.html header-popup.html menu.html 
Log Message:
i18n, RT#12515

Index: header-popup.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/header-popup.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -w -d -r1.6 -r1.7
--- header-popup.html	26 Jul 2010 23:00:00 -0000	1.6
+++ header-popup.html	11 May 2011 16:20:12 -0000	1.7
@@ -20,7 +20,7 @@
 <HTML>
   <HEAD>
     <TITLE>
-      <% $title %>
+      <% $title |h %>
     </TITLE>
     <META HTTP-Equiv="Cache-Control" Content="no-cache">
     <META HTTP-Equiv="Pragma" Content="no-cache">
@@ -30,7 +30,7 @@
   <BODY BGCOLOR="#f8f8f8" <% $etc %>>
     <link href="<%$fsurl%>elements/freeside.css" type="text/css" rel="stylesheet">
     <FONT SIZE=6>
-      <CENTER><% $title %></CENTER>
+      <CENTER><% $title |h %></CENTER>
     </FONT>
 
 % unless ( $nobr ) {

Index: menu.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/menu.html,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -w -d -r1.116 -r1.117
--- menu.html	4 May 2011 05:44:27 -0000	1.116
+++ menu.html	11 May 2011 16:20:12 -0000	1.117
@@ -541,7 +541,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{'Error catalog'} = [ $fsurl.'browse/msgcat.cgi', 'Change error messages and other customizable labels' ];
+  $config_misc{'Message catalog'} = [ $fsurl.'browse/msgcat.cgi', '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')

Index: header-minimal.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/header-minimal.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -w -d -r1.2 -r1.3
--- header-minimal.html	19 Mar 2010 08:27:21 -0000	1.2
+++ header-minimal.html	11 May 2011 16:20:12 -0000	1.3
@@ -9,7 +9,7 @@
 <HTML>
   <HEAD>
     <TITLE>
-      <% $title %>
+      <% $title |h %>
     </TITLE>
     <META HTTP-Equiv="Cache-Control" Content="no-cache">
     <META HTTP-Equiv="Pragma" Content="no-cache">



More information about the freeside-commits mailing list