From 9bdc84733de3786652004f083cade989c00c5240 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Sun, 28 Jun 2009 17:07:41 -0700 Subject: use jquery.scrollTo to scroll the active upload into view. --- modules/gallery/views/simple_uploader.html.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/gallery/views/simple_uploader.html.php') diff --git a/modules/gallery/views/simple_uploader.html.php b/modules/gallery/views/simple_uploader.html.php index f10d764c..4c1e70f0 100644 --- a/modules/gallery/views/simple_uploader.html.php +++ b/modules/gallery/views/simple_uploader.html.php @@ -1,6 +1,7 @@ +
"> @@ -184,6 +185,7 @@ var fp = new File_Progress(file); fp.title.html(file.name); fp.set_status("uploading", ""); + $("#gAddPhotosCanvas").scrollTo(fp.box, 1000); return true; // @todo add cancel button to call this.cancelUpload(file.id) } -- cgit v1.2.3 From eb82f6a64a6b4e0b4e18ca92689bd467cba6e1bd Mon Sep 17 00:00:00 2001 From: jhilden Date: Mon, 29 Jun 2009 16:02:11 -0400 Subject: added textual description of upload progress moved the cancel link to above the upload queue (where the textual upload progress also is) --- modules/gallery/views/simple_uploader.html.php | 62 ++++++++++++++++---------- 1 file changed, 38 insertions(+), 24 deletions(-) (limited to 'modules/gallery/views/simple_uploader.html.php') diff --git a/modules/gallery/views/simple_uploader.html.php b/modules/gallery/views/simple_uploader.html.php index f10d764c..55b4f458 100644 --- a/modules/gallery/views/simple_uploader.html.php +++ b/modules/gallery/views/simple_uploader.html.php @@ -30,17 +30,23 @@
  • title) ?>
  • -

    +

    + + + " onclick="swfu.cancelQueue();"> +

    +