From ba00df14b978505175d08422a5fee49d2b2f6b63 Mon Sep 17 00:00:00 2001
From: Rafael Monnerat <rafael@nexedi.com>
Date: Sat, 9 Feb 2008 22:47:46 +0000
Subject: [PATCH] Show Translated Title for Jump button. Tranks to Mikolaj
 Antoszkiewicz.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19211 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../portal_skins/erp5_xhtml_style/planning_content.xml       | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/planning_content.xml b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/planning_content.xml
index b2862ef86d..9b7b7ca261 100644
--- a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/planning_content.xml
+++ b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/planning_content.xml
@@ -190,8 +190,9 @@ Beware this only generates the HTML code, no CSS generation is done in this scri
                        today python:\'%s/%s/%s\' % (str(DateTime().year()), str(DateTime().month()),str(DateTime().day()))">\n
               <a tal:attributes="href python: \'%s/setLanePath?form_id=%s&amp;list_selection_name=%s&amp;bound_start=%s\'\n
                  % (context.absolute_url(), form_id,selection_name,today)">\n
-                <img src="/images/jump.png" title="Jump to Current Day" name="JumpToCurrentDay"\n
-                     tal:attributes="src string:${address}/images/jump.png;" />\n
+                <img src="/images/jump.png" alt="Jump" name="JumpToCurrentDay"\n
+                  tal:attributes="src string:${address}/images/jump.png; \n
+                                  title python: here.Base_translateString(\'Jump to Current Day\')"/>\n
               </a>\n
               </tal:block>\n
        </div>\n
-- 
2.30.9