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

« back to all changes in this revision

Viewing changes to ivle/webapp/filesystem/browser/template.html

  • Committer: William Grant
  • Date: 2009-02-24 13:29:44 UTC
  • Revision ID: grantw@unimelb.edu.au-20090224132944-lm29zd1li1rjg77p
Privileges (apart from admin) are now offering-local, not global.

Offering privileges are granted by Enrolment.role, and global admin
by User.admin. ivle.caps is dead.

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
 
70
70
          <span style="display:none" id="uploadpanel">|
71
71
            <label for="upload_file">Upload file:</label>
72
 
            <input type="hidden" value="putfiles" name="action" />
 
72
            <input type="hidden" value="putfile" name="action" />
73
73
            <input type="hidden" value="" name="path" />
74
74
            <input type="file" name="data" id="upload_file" />
75
75
            <input type="checkbox" checked="checked" value="true" name="unpack" id="unpack" />