source: WAeUP_SRP/trunk/skins/waeup_academics/academics_contents_display_buttons.py @ 327

Last change on this file since 327 was 326, checked in by joachim, 19 years ago

=several types + views

File size: 364 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"""
12buttons shouldn't be displayed if
13"""
14
15if context.portal_type in ('Department'):
16    return None
17return 1
Note: See TracBrowser for help on using the repository browser.