Mercurial > p > roundup > code
diff templates/classic/html/_generic.help.html @ 2441:cbde20ca307e
tracker name added to the page title;
mark page title for translation
| author | Alexander Smishlajev <a1s@users.sourceforge.net> |
|---|---|
| date | Fri, 11 Jun 2004 09:29:26 +0000 |
| parents | c2908812624a |
| children | 89be4c27f0f3 |
line wrap: on
line diff
--- a/templates/classic/html/_generic.help.html Fri Jun 11 09:28:07 2004 +0000 +++ b/templates/classic/html/_generic.help.html Fri Jun 11 09:29:26 2004 +0000 @@ -5,7 +5,9 @@ <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 tal:replace="property" i18n:name="property" /> help</title> + <title i18n:translate=""><span i18n:name="property" + tal:replace="property" /> help - <span i18n:name="tracker" + tal:replace="config/TRACKER_NAME" /></title> <script language="Javascript" type="text/javascript" tal:content="structure string: // this is the name of the field in the original form that we're working on
