[Cmfcollectorng-cvs] CMFCollectorNG/skins/collectorng render_description.py,NONE,1.1.2.1
Status: Alpha
Brought to you by:
ajung
|
From: <aj...@us...> - 2003-04-12 07:07:27
|
Update of /cvsroot/cmfcollectorng/CMFCollectorNG/skins/collectorng
In directory sc8-pr-cvs1:/tmp/cvs-serv19596
Added Files:
Tag: V-0_20-branch
render_description.py
Log Message:
added
--- NEW FILE: render_description.py ---
##parameters=property_id
property = context.issuePropertyManager.getPropertyById(property_id)
if property.getUsed():
return context.trans(property.getDescription())
else:
return ''
|