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

Last change on this file since 371 was 371, checked in by joachim, 18 years ago
  1. faculty_edit_ removed from types/Faculty.xml
  2. Faculty of als Standard Institution Type (Academics.py)
  3. layouts/certificate_courses.xml code readonly in edit
  4. Certificate code und Certificate original code sollten nicht angezeigt

werden (in layouts/certificate_course.xml)

  1. 'Change object id' for portal_type Semester disabled (academics_contents.pt)
  2. 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"""
12buttons shouldn't be displayed if
13"""
14
15#if context.portal_type in ('Department','Certificate','StudyLevel'):
16if context.portal_type in ('Department','StudyLevel',):
17    return None
18return 1
Note: See TracBrowser for help on using the repository browser.