From 83053569b3d965924e2e1d4f5b199609ec7c29af Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 11 May 2011 16:20:13 +0000 Subject: i18n, RT#12515 --- httemplate/elements/header-minimal.html | 2 +- httemplate/elements/header-popup.html | 4 ++-- httemplate/elements/menu.html | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'httemplate/elements') diff --git a/httemplate/elements/header-minimal.html b/httemplate/elements/header-minimal.html index 28a78b435..a36457b25 100644 --- a/httemplate/elements/header-minimal.html +++ b/httemplate/elements/header-minimal.html @@ -9,7 +9,7 @@ - <% $title %> + <% $title |h %> diff --git a/httemplate/elements/header-popup.html b/httemplate/elements/header-popup.html index 2bd4a96e8..bd17d2f7d 100644 --- a/httemplate/elements/header-popup.html +++ b/httemplate/elements/header-popup.html @@ -20,7 +20,7 @@ Example: - <% $title %> + <% $title |h %> @@ -30,7 +30,7 @@ Example: > -
<% $title %>
+
<% $title |h %>
% unless ( $nobr ) { diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index 947165627..c186aa26a 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -541,7 +541,7 @@ $config_misc{'Advertising sources'} = [ $fsurl.'browse/part_referral.html', 'Whe || $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') -- cgit v1.2.1