Hi,
I created a sub-interface of IFile, say IMyFile(IFile), which has it's
own "Edit" form, configured like this:
<editform
for="..IMyFile"
schema="..IMyFile"
class=".EditMyFile"
permission="zope.ManageContent"
name="editmyfile.html"
menu="zmi_views"
title="Edit"
/>
Now that everything works, I want to switch off the "Upload" Tab that is
configured for IFile, and therefore inherited by IMyFile as well:
<browser:page
name="upload.html"
menu="zmi_views" title="Upload"
for="zope.app.file.interfaces.IFile"
template="file_upload.pt"
class=".file.FileUpload"
permission="zope.ManageContent"
/>
Is it possible, and if, how?
Thanks, Sascha
--
Lalisio GmbH www.lalisio.com
Puschkinstraße 1 fon +49-(0)361/541 43 80
99084 Erfurt fax +49-(0)361/541 43 79
[EMAIL PROTECTED]
_______________________________________________
Zope3-users mailing list
[email protected]
http://mail.zope.org/mailman/listinfo/zope3-users