Changeset 72 for waeup_product/trunk/skins
- Timestamp:
- 21 Oct 2005, 12:41:02 (19 years ago)
- Location:
- waeup_product/trunk/skins/waeup_default
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
waeup_product/trunk/skins/waeup_default/getWAeUPTypes.py
r68 r72 1 1 #-*- mode: python; mode: fold -*- 2 ##parameters=3 2 # $Id$ 4 3 """Return custom document types.""" … … 30 29 'actions': ({'id': 'view', 31 30 'name': 'action_view', 32 'action': ' folder_view',31 'action': 'university_view', 33 32 'permissions': (View,)}, 34 33 {'id': 'new_content',
Note: See TracChangeset for help on using the changeset viewer.