Mercurial > hg > MPIWGWeb
comparison __init__.py @ 2:ddf6c1a27a4b
new version with main_template and css in product.
author | casties |
---|---|
date | Thu, 07 Feb 2013 19:50:39 +0100 |
parents | bca61e893fcc |
children | 5db416602e85 |
comparison
equal
deleted
inserted
replaced
1:1f2760ed3efe | 2:ddf6c1a27a4b |
---|---|
65 MPIWGStaff.manage_addMPIWGStaffForm, | 65 MPIWGStaff.manage_addMPIWGStaffForm, |
66 MPIWGStaff.manage_addMPIWGStaff | 66 MPIWGStaff.manage_addMPIWGStaff |
67 ) | 67 ) |
68 ) | 68 ) |
69 | 69 |
70 context.registerClass( | |
71 MPIWGStaff.MPIWGStaffFolder, | |
72 constructors = ( | |
73 MPIWGStaff.manage_addMPIWGStaffFolderForm, | |
74 MPIWGStaff.manage_addMPIWGStaffFolder | |
75 ) | |
76 ) | |
77 |