Last change
on this file since 343 was
332,
checked in by joachim, 18 years ago
|
academics_contents for Levels, add Course in Semesters
|
File size:
391 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 | return None |
---|
17 | return 1 |
---|
Note: See
TracBrowser for help on using the repository browser.