Ignore:
Timestamp:
4 Nov 2005, 17:29:06 (19 years ago)
Author:
joachim
Message:

=corrected some typos

Location:
waeup_product/trunk/skins/waeup_default
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • waeup_product/trunk/skins/waeup_default/getWAeUPTypes.py

    r152 r153  
    221221          'action': 'temporary_view_all',
    222222          'condition': '',
    223           'permission': (View,),
     223          'permission': (StudentManage,UniversityManage),
    224224          'category': 'object',
    225225          'visible': True,},
  • waeup_product/trunk/skins/waeup_default/getWAeUPVocabularies.py

    r136 r153  
     1#-*- mode: python; mode: fold -*-
    12##parameters=
    23# $Id$
     
    1213vocabularies = {}
    1314
    14 nigerian_states_voc = {
     15nigerian_states = { ###(
    1516        'type': 'CPS Vocabulary',
    1617        'data': {'tuples': (
     
    5455            )},
    5556        }
    56 vocabularies['nigerian_states'] = nigerian_states_voc
     57vocabularies['nigerian_states'] = nigerian_states
     58###)
    5759
    58 faculties_voc = {
     60faculties = { ###(
    5961        'type': 'CPS Vocabulary',
    6062        'data': {'tuples': (
     
    7274            )},
    7375        }
    74 vocabularies['faculties'] = faculties_voc
    75 level_voc = {
     76vocabularies['faculties'] = faculties
     77###)
     78
     79level = { ###(
    7680        'type': 'CPS Vocabulary',
    7781        'data': {'tuples': (
     
    8286            )},
    8387        }
    84 vocabularies['courselevel'] = level_voc
     88vocabularies['courselevel'] = level
     89
     90###)
    8591
    8692vocabularies['range5'] = {'type': 'CPS Vocabulary',
Note: See TracChangeset for help on using the changeset viewer.