minor fixes

git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@1241 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
helmutm 2006-06-03 18:31:56 +00:00
parent 13270aa473
commit 9fc5fe84f3
2 changed files with 4 additions and 5 deletions

View file

@ -1,11 +1,10 @@
<metal:data define-macro="conceptdata"> <metal:data define-macro="conceptdata">
<div tal:attributes="class string:content-$level; <div tal:attributes="class string:content-$level;">
ondblclick item/openEditWindow"> <h3 tal:attributes="ondblclick item/openEditWindow">
<h3>
<span i18n:translate="">Concept</span>: <span i18n:translate="">Concept</span>:
<span tal:content="item/title">Title</span> <span tal:content="item/title">Title</span>
</h3> </h3>
<table> <table tal:attributes="ondblclick item/openEditWindow">
<tr tal:repeat="field item/fieldData"> <tr tal:repeat="field item/fieldData">
<td><span tal:content="field/title" <td><span tal:content="field/title"
i18n:translate="" />:</td> i18n:translate="" />:</td>

View file

@ -29,7 +29,7 @@ from zope.i18nmessageid import MessageFactory
from zope.security.proxy import removeSecurityProxy from zope.security.proxy import removeSecurityProxy
from cybertools.knowledge.interfaces import IKnowing, IRequirementProfile from cybertools.knowledge.interfaces import IKnowing, IRequirementProfile
from cybertools.organize.interfaces import IPerson as IBasePerson from loops.organize.interfaces import IPerson as IBasePerson
from cybertools.organize.interfaces import ITask as IBaseTask from cybertools.organize.interfaces import ITask as IBaseTask
_ = MessageFactory('zope') _ = MessageFactory('zope')