From 855eadb92fc4b63a8a46004e1c59f0b221e72330 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Sat, 21 Feb 2009 16:54:23 +0000 Subject: Standardize the html id of the progress bar to gProgressBar --- modules/local_import/views/local_import_tree_dialog.html.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/local_import/views') diff --git a/modules/local_import/views/local_import_tree_dialog.html.php b/modules/local_import/views/local_import_tree_dialog.html.php index f3a09f56..4639545a 100644 --- a/modules/local_import/views/local_import_tree_dialog.html.php +++ b/modules/local_import/views/local_import_tree_dialog.html.php @@ -4,7 +4,7 @@ $("#gLocalImport").ready(function() { $("#gLocalImport :submit").click(function(event) { do_import(this, event); }); - $("#gImportProgress").progressbar({value:50}); + $("#gProgressBar").progressbar(); });

@@ -23,6 +23,6 @@ $("#gLocalImport").ready(function() {
"gImportButton", "name" => "import", "disabled" => true), t("Import")) ?> -
+
-- cgit v1.2.3