Ignore:
Timestamp:
Feb 15, 2010, 11:23:02 PM (14 years ago)
Author:
plg
Message:

feature 1438: switch between uploadify and HTML form

feature 1435 related: change the order to display the "who can see these
photos?" options. It's just a test, we're discussing about usability on this
field.

graphical design: distinguish the 3 main fields (category/privacy/files), no
use of the table anymore to have a smaller width. One goal was to see the
"Upload" button when the form opens for the first time in a 1024x768 browser.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/upload_form/include/upload.js

    r4739 r4895  
    99  if (upload_slots <= upload_limit) {
    1010    new_slot = document.createElement("p");
    11     new_slot.innerHTML = "<input  class='file' type='file' name='image_upload[]' size='70' />";
     11    new_slot.innerHTML = "<input  class='file' type='file' name='image_upload[]' size='60' />";
    1212    document.getElementById("uploadBoxes").appendChild(new_slot);
    1313  }
Note: See TracChangeset for help on using the changeset viewer.