summaryrefslogtreecommitdiff
path: root/modules/local_import/views
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-02-21 16:54:23 +0000
committerTim Almdal <tnalmdal@shaw.ca>2009-02-21 16:54:23 +0000
commit855eadb92fc4b63a8a46004e1c59f0b221e72330 (patch)
treed2bd56baae2d0477315f5c6b9bad27ddedf95ad8 /modules/local_import/views
parentb6f0d17565ef6a48c6c6a8550c86701329cc64d3 (diff)
Standardize the html id of the progress bar to gProgressBar
Diffstat (limited to 'modules/local_import/views')
-rw-r--r--modules/local_import/views/local_import_tree_dialog.html.php4
1 files changed, 2 insertions, 2 deletions
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();
});</script>
<div id="gLocalImport">
<h1 style="display: none;"><?= sprintf(t("Import Photos to '%s'"), $album_title) ?></h1>
@@ -23,6 +23,6 @@ $("#gLocalImport").ready(function() {
</div>
<?= form::submit(array("id" => "gImportButton", "name" => "import", "disabled" => true),
t("Import")) ?>
- <div id="gImportProgress"></div>
+ <div id="gProgressBar"></div>
<?= form::close() ?>
</div>