diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-09-30 08:04:49 -0600 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2009-09-30 08:04:49 -0600 |
commit | 72672bda39b76dae698805c3e0e6efdbdcf21105 (patch) | |
tree | 39cc17e31d08f3807a01ad6edc6a5dee717d9728 /modules/g2_import/views | |
parent | 1c68190de0f148b27eacbfba8f1e290149e7dd1b (diff) |
Replaced gButtonLink with g-button.
Diffstat (limited to 'modules/g2_import/views')
-rw-r--r-- | modules/g2_import/views/admin_g2_import.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/g2_import/views/admin_g2_import.html.php b/modules/g2_import/views/admin_g2_import.html.php index 23ff27a8..91b723ad 100644 --- a/modules/g2_import/views/admin_g2_import.html.php +++ b/modules/g2_import/views/admin_g2_import.html.php @@ -84,7 +84,7 @@ </div> <p> - <a class="gButtonLink gDialogLink ui-state-default ui-corner-all" + <a class="g-button gDialogLink ui-state-default ui-corner-all" href="<?= url::site("admin/maintenance/start/g2_import_task::import?csrf=$csrf") ?>"> <?= t("Begin import!") ?> </a> |