diff --git a/templates/web/en/create_accounts.tt2.html b/templates/web/en/create_accounts.tt2.html index 9004152e66b03bf30e283a97e408cba03f92d59a..5db2146f94fb4bd8bb51026ef98da5331a88b097 100644 --- a/templates/web/en/create_accounts.tt2.html +++ b/templates/web/en/create_accounts.tt2.html @@ -11,7 +11,7 @@ do so, select <strong>[% idp_displayname %]</strong> when choosing an identity provider.</p> -<p>Click <a href="[% conf.app_url %]?action=download_accounts&entityid=[% entityid %]&token=[% token %]&key=[% key %]">here</a> to download the list of those accounts in CSV format.</p> +<p><a class="button" href="[% conf.app_url %]?action=download_accounts&entityid=[% entityid %]&token=[% token %]&key=[% key %]">Download in CSV format</a></p> <div class="accounts"> [% FOREACH account IN accounts %] diff --git a/templates/web/fr/create_accounts.tt2.html b/templates/web/fr/create_accounts.tt2.html index 3a0bd1036ac733c31b9891a615b823d98382f6bb..2db3452df718d6ccddf78f3636ed62eda314cb60 100644 --- a/templates/web/fr/create_accounts.tt2.html +++ b/templates/web/fr/create_accounts.tt2.html @@ -11,7 +11,7 @@ service fédéré. Pour le faire, sélectionnez <strong>[% idp_displayname %]</strong> lors du choix du founisseur d'identité à utiliser.</p> -<p>Cliquez <a href="[% conf.app_url %]?action=download_accounts&entityid=[% entityid %]&token=[% token %]&key=[% key %]">ici</a> pour télécharger la liste de ces comptes au format CSV.</p> +<p><a class="button" href="[% conf.app_url %]?action=download_accounts&entityid=[% entityid %]&token=[% token %]&key=[% key %]">Télécharger au format CSV</a></p> <div class="accounts"> [% FOREACH account IN accounts %]