[Zapp-cvs-commit] ZApp/skins/zapp_generic zapp_cmf_view_relations.pt,1.1,1.2
Brought to you by:
sspickle
|
From: Steve S. <ssp...@us...> - 2004-03-30 17:18:07
|
Update of /cvsroot/zapp/ZApp/skins/zapp_generic In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10277/skins/zapp_generic Modified Files: zapp_cmf_view_relations.pt Log Message: fixin' bugs. Index: zapp_cmf_view_relations.pt =================================================================== RCS file: /cvsroot/zapp/ZApp/skins/zapp_generic/zapp_cmf_view_relations.pt,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zapp_cmf_view_relations.pt 19 Mar 2004 15:53:32 -0000 1.1 --- zapp_cmf_view_relations.pt 30 Mar 2004 17:06:26 -0000 1.2 *************** *** 13,18 **** objRelations python:here.objectRelations( returnObjects=1 ); managerIDs here/findSpecialistsForRelationship; myCMFId python:here.calcPathID()"> ! <form action="" tal:attributes="action string:${appURL}/CMFData/${myCMFId}"> <input type="hidden" name="responseURL" tal:attributes="value request/URL0"> <table > --- 13,19 ---- objRelations python:here.objectRelations( returnObjects=1 ); managerIDs here/findSpecialistsForRelationship; + cmfManager here/CMFDataSpecialist; myCMFId python:here.calcPathID()"> ! <form action="" tal:attributes="action string:${appURL}/${cmfManager}/${myCMFId}"> <input type="hidden" name="responseURL" tal:attributes="value request/URL0"> <table > |