diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-06-19 15:56:55 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-06-19 15:56:55 -0700 |
commit | b72d0db7bee59d04dfc5036b35586210e81718e6 (patch) | |
tree | 84774708624be33391142256f13fc3b886081622 /modules | |
parent | feab9cfc34d96637243eeefe22c886054caf4a9d (diff) |
More minor facelift for the admin/g2_import page.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/g2_import/views/admin_g2_import.html.php | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/modules/g2_import/views/admin_g2_import.html.php b/modules/g2_import/views/admin_g2_import.html.php index 0c742962..da2bb5d1 100644 --- a/modules/g2_import/views/admin_g2_import.html.php +++ b/modules/g2_import/views/admin_g2_import.html.php @@ -83,10 +83,12 @@ </ul> </div> - <a class="gDialogLink" - href="<?= url::site("admin/maintenance/start/g2_import_task::import?csrf=$csrf") ?>"> - <?= t("Start importing!") ?> - </a> + <p> + <a class="gButtonLink gDialogLink ui-state-default ui-corner-all" + href="<?= url::site("admin/maintenance/start/g2_import_task::import?csrf=$csrf") ?>"> + <?= t("Begin import!") ?> + </a> + </p> </div> <? endif ?> </div> |