[Erp5-report] r19211 - /erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateIte...

nobody at svn.erp5.org nobody at svn.erp5.org
Sat Feb 9 23:47:47 CET 2008


Author: rafael
Date: Sat Feb  9 23:47:46 2008
New Revision: 19211

URL: http://svn.erp5.org?rev=19211&view=rev
Log:
Show Translated Title for Jump button.
Tranks to Mikolaj Antoszkiewicz.


Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/planning_content.xml

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/planning_content.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/planning_content.xml?rev=19211&r1=19210&r2=19211&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/planning_content.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/planning_content.xml Sat Feb  9 23:47:46 2008
@@ -190,8 +190,9 @@
                        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




More information about the Erp5-report mailing list