~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-12-02 09:31:06 UTC
  • Revision ID: grantw@unimelb.edu.au-20091202093106-2wnrb5wb8dodrnjp
Rename 'Unpack ZIP' to 'Unzip', so we fit in slightly lower resolutions and look better.

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
            <input type="hidden" value="" name="path" />
64
64
            <input type="file" name="data" id="upload_file" />
65
65
            <input type="checkbox" checked="checked" value="true" name="unpack" id="unpack" />
66
 
            <label title="Extract files and directories from a ZIP file if one is uploaded" for="unpack">Unpack ZIP</label>
 
66
            <label title="Extract files and directories from a ZIP file if one is uploaded" for="unpack">Unzip</label>
67
67
            <input type="button" onclick="show_uploadpanel(false)" value="Cancel" />
68
68
            <input type="submit" value="Upload" />
69
69
          </span>