+
= sprintf(t("Import Photos to '%s'"), $album_title) ?>
+
+
= t("Photos will be imported to album:") ?>
+
+ foreach ($parents as $parent): ?>
+ - = $parent->title ?>
+ endforeach ?>
+ - = $album_title ?>
+
+
+ = form::open($action, array("method" => "post"), $hidden) ?>
+
+ = $tree ?>
+
+ = form::submit(array("id" => "gImportButton", "name" => "import", "disabled" => true),
+ t("Import")) ?>
+
+ = form::close() ?>
+