From 16d4922e3af7309c1a3747cd1c49f981a9066ee4 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Mon, 29 Jun 2009 09:07:29 -0700 Subject: Remove unused $theme_relative arg from theme_script(). --- modules/gallery/libraries/Gallery_View.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/gallery/libraries/Gallery_View.php b/modules/gallery/libraries/Gallery_View.php index e21e83d8..659b24dc 100644 --- a/modules/gallery/libraries/Gallery_View.php +++ b/modules/gallery/libraries/Gallery_View.php @@ -25,7 +25,7 @@ class Gallery_View_Core extends View { * Add a script to the combined scripts list. * @param $file the relative path to a script from the gallery3 directory */ - public function script($file, $theme_relative=false) { + public function script($file) { $this->scripts[$file] = 1; } -- 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') 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();"> +

    +