appy.gen: various bugfixes (creation of ZCTextIndexes and of the associated lexicon...).

This commit is contained in:
Gaetan Delannay 2011-12-01 20:53:13 +01:00
parent a321257e55
commit 6733f4c7dc
6 changed files with 42 additions and 129 deletions

View file

@ -29,7 +29,7 @@ class TranslationWrapper(AbstractWrapper):
sourceMsg = sourceMsg.replace('<','&lt;').replace('>','&gt;')
sourceMsg = sourceMsg.replace('\n', '<br/>')
return '<div class="translationLabel"><acronym title="%s">' \
'<img src="help.png"/></acronym>%s</div>' % \
'<img src="ui/help.png"/></acronym>%s</div>' % \
(fieldName, sourceMsg)
def show(self, field):