Public link folder uploading not implemented, comment out checkbox for it in dropdown

This commit is contained in:
Michael Gapczynski 2011-08-16 12:06:08 -04:00
parent e4c9871299
commit 726933831d
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ function createDropdown(filename, files) {
html += "</div>";
html += "<div id='public'>";
html += "<input type='checkbox' name='makelink' id='makelink' value='1' /><label for='makelink'>make public</label>";
html += "<input type='checkbox' name='public_link_write' id='public_link_write' value='1' /><label for='public_link_write'>allow upload</label>";
//html += "<input type='checkbox' name='public_link_write' id='public_link_write' value='1' /><label for='public_link_write'>allow upload</label>";
html += "<br />";
html += "<input id='link' style='display:none; width:90%;' />";
html += "</div>";