Commit ba00df14 authored by Rafael Monnerat's avatar Rafael Monnerat

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
parent 47feac14
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment