From 212c0484b9ffcd6b2c044f4539477b0d52be905f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Wed, 10 Oct 2007 10:24:25 +0000 Subject: #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 --- modules/upload/upload.module | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/upload') 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'), ); -- cgit v1.2.3