From 8d6286331981d25b4a26a6e91d58a65b0dbd9c6b Mon Sep 17 00:00:00 2001 From: Guillaume Rousse <guillaume.rousse@renater.fr> Date: Fri, 23 Feb 2018 16:50:58 +0100 Subject: [PATCH] use a button for CVS download --- templates/web/en/create_accounts.tt2.html | 2 +- templates/web/fr/create_accounts.tt2.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/web/en/create_accounts.tt2.html b/templates/web/en/create_accounts.tt2.html index 9004152..5db2146 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 3a0bd10..2db3452 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 %] -- GitLab