Last change
on this file since 440 was
371,
checked in by joachim, 18 years ago
|
- faculty_edit_ removed from types/Faculty.xml
- Faculty of als Standard Institution Type (Academics.py)
- layouts/certificate_courses.xml code readonly in edit
- Certificate code und Certificate original code sollten nicht angezeigt
werden (in layouts/certificate_course.xml)
- 'Change object id' for portal_type Semester disabled
(academics_contents.pt)
- Department Schema added
M profiles/default/schemas/certificate.xml
M profiles/default/schemas/department.xml
M profiles/default/layouts/certificate_course.xml
M profiles/default/types/Faculty.xml
M skins/waeup_default/id_rename.py
M skins/waeup_academics/academics_contents_display_buttons.py
M skins/waeup_academics/academics_contents.pt
M Academics.py
|
File size:
448 bytes
|
Line | |
---|
1 | ## Script (Python) "" |
---|
2 | ##bind container=container |
---|
3 | ##bind context=context |
---|
4 | ##bind namespace= |
---|
5 | ##bind script=script |
---|
6 | ##bind subpath=traverse_subpath |
---|
7 | ##parameters=ids=[], REQUEST=None |
---|
8 | ##title= |
---|
9 | ## |
---|
10 | # $Id: folder_delete.py 30246 2005-12-02 20:10:18Z fguillaume $ |
---|
11 | """ |
---|
12 | buttons shouldn't be displayed if |
---|
13 | """ |
---|
14 | |
---|
15 | #if context.portal_type in ('Department','Certificate','StudyLevel'): |
---|
16 | if context.portal_type in ('Department','StudyLevel',): |
---|
17 | return None |
---|
18 | return 1 |
---|
Note: See
TracBrowser for help on using the repository browser.