~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to ivle/webapp/filesystem/browser/__init__.py

  • Committer: William Grant
  • Date: 2009-04-07 03:48:23 UTC
  • mfrom: (1165.1.46 submissions)
  • Revision ID: grantw@unimelb.edu.au-20090407034823-snd6wa5p6otzq073
Allow students to submit projects from personal or group repositories.

Show diffs side-by-side

added added

removed removed

Lines of Context:
135
135
          ('Publishing', True, [
136
136
            ('publish', ['Publish',          'Make it so this directory can be seen by anyone on the web']),
137
137
            ('share',   ['Share this file',  'Get a link to this published file, to give to friends']),
138
 
            ('submit',  ['Submit', 'Submit the selected files for an assignment'])
 
138
            ('submit',  ['Submit', 'Submit the selected files for a project'])
139
139
          ]),
140
140
          ('File actions', True, [
141
141
            ('rename',  ['Rename',           'Change the name of this file']),