diff templates/classic/html/msg.index.html @ 2395:97f810f39d16

i18n markup
author Alexander Smishlajev <a1s@users.sourceforge.net>
date Sun, 06 Jun 2004 13:21:39 +0000
parents 3b92a1b7a056
children 460eb0209a9e
line wrap: on
line diff
--- a/templates/classic/html/msg.index.html	Sun Jun 06 13:04:24 2004 +0000
+++ b/templates/classic/html/msg.index.html	Sun Jun 06 13:21:39 2004 +0000
@@ -1,12 +1,12 @@
 <tal:block metal:use-macro="templates/page/macros/icing">
-<title metal:fill-slot="head_title"> 
- List of messages - 
- <span tal:replace="config/TRACKER_NAME" />
-</title> 
-<span metal:fill-slot="body_title" tal:omit-tag="python:1">Message listing</span>
+<title metal:fill-slot="head_title" i18n:translate=""
+ >List of messages - <span tal:replace="config/TRACKER_NAME"
+ i18n:name="tracker"/></title>
+<span metal:fill-slot="body_title" tal:omit-tag="python:1"
+ i18n:translate="">Message listing</span>
 <td class="content" metal:fill-slot="content">
 <table class="messages" tal:condition="request/filter">
- <tr><th colspan=2 class="header">Messages</th></tr>
+ <tr><th colspan=2 class="header" i18n:translate="">Messages</th></tr>
  <tal:block tal:repeat="msg context/list">
   <tr>
    <th tal:content="string:Author: ${msg/author}">author</th>

Roundup Issue Tracker: http://roundup-tracker.org/