Skip to content
Snippets Groups Projects
Commit 8d628633 authored by Guillaume ROUSSE's avatar Guillaume ROUSSE
Browse files

use a button for CVS download

parent 185430f0
No related branches found
No related tags found
No related merge requests found
......@@ -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 %]
......
......@@ -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 %]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment