[Zapp-cvs-commit] ZApp/skins/zapp_generic zapp_cmf_sub_contents.pt,NONE,1.1 zapp_cmf_object_edit_for
Brought to you by:
sspickle
Update of /cvsroot/zapp/ZApp/skins/zapp_generic
In directory sc8-pr-cvs1:/tmp/cvs-serv2278/skins/zapp_generic
Modified Files:
zapp_cmf_object_edit_form.pt zapp_cmf_object_view.pt
Added Files:
zapp_cmf_sub_contents.pt
Removed Files:
zapp_cmf_sub_contents.zpt
Log Message:
fixed up for IADC
--- NEW FILE: zapp_cmf_sub_contents.pt ---
<span tal:replace="structure here/folder_contents"/>
Index: zapp_cmf_object_edit_form.pt
===================================================================
RCS file: /cvsroot/zapp/ZApp/skins/zapp_generic/zapp_cmf_object_edit_form.pt,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** zapp_cmf_object_edit_form.pt 28 Oct 2003 20:27:04 -0000 1.4
--- zapp_cmf_object_edit_form.pt 31 Dec 2003 18:04:21 -0000 1.5
***************
*** 10,14 ****
<div metal:fill-slot="main">
! ZApp CMF Thingy..
<!-- A ZApp CMF property set is a list of objects/dictionaries (stored as 'zapp_properties') in the TypeProperty
--- 10,15 ----
<div metal:fill-slot="main">
! This is the default 'edit' view. This object apparently has no edit form skin yet.
!
<!-- A ZApp CMF property set is a list of objects/dictionaries (stored as 'zapp_properties') in the TypeProperty
***************
*** 111,113 ****
</body>
! </html>
--- 112,114 ----
</body>
! </html>
\ No newline at end of file
Index: zapp_cmf_object_view.pt
===================================================================
RCS file: /cvsroot/zapp/ZApp/skins/zapp_generic/zapp_cmf_object_view.pt,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** zapp_cmf_object_view.pt 28 Oct 2003 20:27:04 -0000 1.5
--- zapp_cmf_object_view.pt 31 Dec 2003 18:04:21 -0000 1.6
***************
*** 18,22 ****
myProperties python:here.safeMiscData.getXMLDict()">
! ZApp CMF Thing.
<div tal:content="myTypePropertiesMiscData"> </div>
--- 18,22 ----
myProperties python:here.safeMiscData.getXMLDict()">
! Raw Data View (this screen apparently has no skin yet.. )
<div tal:content="myTypePropertiesMiscData"> </div>
***************
*** 28,30 ****
</body>
! </html>
--- 28,30 ----
</body>
! </html>
\ No newline at end of file
--- zapp_cmf_sub_contents.zpt DELETED ---
|