[Zapp-cvs-commit] ZApp/zpt Generic_displayRelatedObjects.zpt,1.3,1.4
Brought to you by:
sspickle
|
From: <ssp...@us...> - 2003-08-07 17:51:58
|
Update of /cvsroot/zapp/ZApp/zpt
In directory sc8-pr-cvs1:/tmp/cvs-serv31845/zpt
Modified Files:
Generic_displayRelatedObjects.zpt
Log Message:
fixed typo in displayrelatedobejcts
Index: Generic_displayRelatedObjects.zpt
===================================================================
RCS file: /cvsroot/zapp/ZApp/zpt/Generic_displayRelatedObjects.zpt,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Generic_displayRelatedObjects.zpt 7 Aug 2003 17:28:14 -0000 1.3
--- Generic_displayRelatedObjects.zpt 7 Aug 2003 17:51:55 -0000 1.4
***************
*** 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>
--- 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.get('otherObject',None)">
<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>
|