[Zapp-cvs-commit] ZApp/zpt Generic_displayRelatedObjects.zpt,1.2,1.3
Brought to you by:
sspickle
|
From: <ssp...@us...> - 2003-08-07 17:39:06
|
Update of /cvsroot/zapp/ZApp/zpt
In directory sc8-pr-cvs1:/tmp/cvs-serv27511/zpt
Modified Files:
Generic_displayRelatedObjects.zpt
Log Message:
fixed display of related CMF things..
Index: Generic_displayRelatedObjects.zpt
===================================================================
RCS file: /cvsroot/zapp/ZApp/zpt/Generic_displayRelatedObjects.zpt,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Generic_displayRelatedObjects.zpt 3 Jul 2003 18:05:08 -0000 1.2
--- Generic_displayRelatedObjects.zpt 7 Aug 2003 17:28:14 -0000 1.3
***************
*** 5,9 ****
<tr tal:condition="objRelations"><td> </td><td>Manager</td><td>ObjectID</td><td>Info</td><td>Context ID</td></tr>
<tr tal:condition="objRelations" tal:repeat="objRelation objRelations">
! <span tal:omit-tag="" tal:define="otherObject objRelation/otherObject">
<input type="hidden" name="relationInfo.otherRIID:records" tal:attributes="value objRelation/otherRIID">
<td><input name="ids:list" type=checkbox value="" tal:attributes="value objRelation/otherRIID"/></td>
--- 5,9 ----
<tr tal:condition="objRelations"><td> </td><td>Manager</td><td>ObjectID</td><td>Info</td><td>Context ID</td></tr>
<tr tal:condition="objRelations" tal:repeat="objRelation objRelations">
! <span tal:omit-tag="" tal:define="otherObject python:objRelation.otherObject">
<input type="hidden" name="relationInfo.otherRIID:records" tal:attributes="value objRelation/otherRIID">
<td><input name="ids:list" type=checkbox value="" tal:attributes="value objRelation/otherRIID"/></td>
|