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

« back to all changes in this revision

Viewing changes to ivle/webapp/filesystem/browser/media/listing.js

  • Committer: William Grant
  • Date: 2009-05-19 02:24:39 UTC
  • Revision ID: grantw@unimelb.edu.au-20090519022439-beq3oc19q9195y06
Add a Select All checkbox to the file browser.

Show diffs side-by-side

added added

removed removed

Lines of Context:
621
621
    filetablethead_tr.setAttribute("class", "rowhead");
622
622
    /* Row headers */
623
623
    var filetablethead_th = document.createElement("th");
 
624
    $('<input type="checkbox" title="Select All" onchange="action_selectall(this.checked)" />').appendTo(filetablethead_th);
624
625
    filetablethead_tr.appendChild(filetablethead_th);
625
626
    filetablethead_th.setAttribute("class", "col-check");
626
627
    filetablethead_th = dom_make_link_elem("th", "Filename",