diff options
author | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-10-10 10:24:25 +0000 |
---|---|---|
committer | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-10-10 10:24:25 +0000 |
commit | 212c0484b9ffcd6b2c044f4539477b0d52be905f (patch) | |
tree | bc607db610587526663633d12f95cf14267eabc0 /modules/upload | |
parent | c1e9256dcba4a1956082a2fcb780739a1c566cab (diff) | |
download | brdo-212c0484b9ffcd6b2c044f4539477b0d52be905f.tar.gz brdo-212c0484b9ffcd6b2c044f4539477b0d52be905f.tar.bz2 |
#181741 by quicksketch: fix AHAH throbber/progress bar issues and generalize progress display configuration to allow module developers to choose from the throbber and progress bar
Diffstat (limited to 'modules/upload')
-rw-r--r-- | modules/upload/upload.module | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/upload/upload.module b/modules/upload/upload.module index bfe39fcaa..93de16ed2 100644 --- a/modules/upload/upload.module +++ b/modules/upload/upload.module @@ -502,6 +502,7 @@ function _upload_form($node) { '#ahah' => array( 'path' => 'upload/js', 'wrapper' => 'attach-wrapper', + 'progress' => array('type' => 'bar', 'message' => t('Please wait...')), ), '#submit' => array('node_form_submit_build_node'), ); |