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

« back to all changes in this revision

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

  • Committer: Matt Giuca
  • Date: 2009-02-24 07:09:45 UTC
  • mto: This revision was merged to the branch mainline in revision 1119.
  • Revision ID: matt.giuca@gmail.com-20090224070945-p0p8ttve7nbnqjyv
browser/template.html: Removed the Select All | None bar. This will be
    replaced by other UI at a later stage (Issue 93).

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
          action="${fileservice_action}"
58
58
          enctype="multipart/form-data" method="post">
59
59
        <p>
60
 
          <span id="selectallpanel">
61
 
          Select:
62
 
            <a onclick="action_selectall(true)"
63
 
                title="Select all files in this directory">All</a> :
64
 
            <a onclick="action_selectall(false)"
65
 
                title="Deselect all files in this directory">None</a>
66
 
          </span>
67
 
 
68
 
          <span style="display:none" id="uploadpanel">|
 
60
          <span style="display:none" id="uploadpanel">
69
61
            <label for="upload_file">Upload file:</label>
70
62
            <input type="hidden" value="putfile" name="action" />
71
63
            <input type="hidden" value="" name="path" />