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

« back to all changes in this revision

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

  • Committer: David Coles
  • Date: 2009-12-08 02:10:26 UTC
  • Revision ID: coles.david@gmail.com-20091208021026-3a27ecdzm49y39me
Configuration documentation - fixing a few references

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>