diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-04-21 04:21:34 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-04-21 04:21:34 +0000 |
commit | 201e8cdf7046937eef0e53542d777bf67c496054 (patch) | |
tree | defa5d3aa5f241e60d9e8e4f3b62c5f26ad6165f /modules/g2_import/views | |
parent | e9867fb97cfcf1c5ae98f3ce6c8a0c6791b018ca (diff) |
Highlight: we can now import photos and movies.
Notes:
* Don't store the g2->g3 map in the task; it gets too large and
overflows the context column.
* Import album sort orders
* Try to treat duplication in the summary and description fields
sensibly.
* Move the g2 import config page under the Settings menu
* Clean up the settings page slightly and send users to the
maintenance page to do the actual import (not an optimal UI, but it
works).
Diffstat (limited to 'modules/g2_import/views')
-rw-r--r-- | modules/g2_import/views/admin_g2_import.html.php | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/modules/g2_import/views/admin_g2_import.html.php b/modules/g2_import/views/admin_g2_import.html.php index 9b61b584..8b116ccd 100644 --- a/modules/g2_import/views/admin_g2_import.html.php +++ b/modules/g2_import/views/admin_g2_import.html.php @@ -12,9 +12,10 @@ <div id="gAdminG2Import"> <h1> <?= t("Import") ?> </h1> <div class="gSuccess"> - <?= t("We've detected Gallery version: %version", array("version" => g2_import::version())) ?> + <?= t("Gallery version %version detected", array("version" => g2_import::version())) ?> </div> - <a href="<?= url::site("admin/maintenance/start/g2_import::import?csrf=$csrf") ?>" - class="gPanelLink"><?= t("Begin Import") ?></a> + + <?= t("You can perform an import on the <a href=\"%url\">maintenance page</a>", + array("url" => url::site("admin/maintenance"))) ?> </div> <? endif ?> |