Mercurial > p > roundup > code
diff templates/classic/html/_generic.help.html @ 2525:89be4c27f0f3
translate property names in the form and column titles
| author | Alexander Smishlajev <a1s@users.sourceforge.net> |
|---|---|
| date | Sat, 03 Jul 2004 14:41:47 +0000 |
| parents | cbde20ca307e |
| children | 6b15cf0f5749 |
line wrap: on
line diff
--- a/templates/classic/html/_generic.help.html Sat Jul 03 14:07:00 2004 +0000 +++ b/templates/classic/html/_generic.help.html Sat Jul 03 14:41:47 2004 +0000 @@ -5,8 +5,8 @@ <meta http-equiv="Content-Type" tal:attributes="content string:text/html;; charset=${request/client/charset}" /> <tal:block tal:condition="python:request.form.has_key('property')"> - <title i18n:translate=""><span i18n:name="property" - tal:replace="property" /> help - <span i18n:name="tracker" + <title i18n:translate=""><tal:x i18n:name="property" + tal:content="property" i18n:translate="" /> help - <span i18n:name="tracker" tal:replace="config/TRACKER_NAME" /></title> <script language="Javascript" type="text/javascript" tal:content="structure string: @@ -39,7 +39,7 @@ <table class="classhelp"> <tr> <th> <b>x</b></th> - <th tal:repeat="prop props" tal:content="prop"></th> + <th tal:repeat="prop props" tal:content="prop" i18n:translate=""></th> </tr> <tr tal:repeat="item batch"> <tal:block tal:define="attr python:item[props[0]]"> @@ -57,7 +57,7 @@ </tr> <tr> <th> <b>x</b></th> - <th tal:repeat="prop props" tal:content="prop"></th> + <th tal:repeat="prop props" tal:content="prop" i18n:translate=""></th> </tr> </table> <table width="100%">
