File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 55 < meta http-equiv ="Content-Type "
66 tal:attributes ="content string:text/html;; charset=${request/client/charset} " />
77 < tal:block tal:condition ="python:request.form.has_key('property') ">
8- < title i18n:translate =""> < span i18n:name ="property "
9- tal:replace ="property " /> help - < span i18n:name ="tracker "
8+ < title i18n:translate =""> < tal:x i18n:name ="property "
9+ tal:content ="property " i18n:translate =" " /> help - < span i18n:name ="tracker "
1010 tal:replace ="config/TRACKER_NAME " /> </ title >
1111 < script language ="Javascript " type ="text/javascript "
1212 tal:content ="structure string:
3939 < table class ="classhelp ">
4040 < tr >
4141 < th > < b > x</ b > </ th >
42- < th tal:repeat ="prop props " tal:content ="prop "> </ th >
42+ < th tal:repeat ="prop props " tal:content ="prop " i18n:translate ="" > </ th >
4343 </ tr >
4444 < tr tal:repeat ="item batch ">
4545 < tal:block tal:define ="attr python:item[props[0]] ">
5757 </ tr >
5858 < tr >
5959 < th > < b > x</ b > </ th >
60- < th tal:repeat ="prop props " tal:content ="prop "> </ th >
60+ < th tal:repeat ="prop props " tal:content ="prop " i18n:translate ="" > </ th >
6161 </ tr >
6262 </ table >
6363 < table width ="100% ">
You can’t perform that action at this time.
0 commit comments