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

use similar layout for close button

parent eca6afba
No related branches found
No related tags found
No related merge requests found
......@@ -267,6 +267,10 @@ msgstr "Vous pouvez informer les administrateurs du problème"
msgid "You must be an administrator of that service to continue afterwards."
msgstr "Vous devez être administrateur de ce service pour continuer ensuite."
#: templates/web/renater/create_accounts.tt2.html:65
msgid "close"
msgstr "fermer"
#: templates/web/edugain/create_accounts.tt2.html:32 templates/web/renater/create_accounts.tt2.html:34
msgid "comment:"
msgstr "commentaire:"
......
......@@ -40,9 +40,6 @@
</div>
</div>
<div class="account reveal" data-reveal id="account_details_[% account.id() %]">
<button class="close-button" data-close aria-label="Close modal" type="button">
<span aria-hidden="true">&times;</span>
</button>
<h3>[% lh.maketext("User attributes list") %]</h3>
<div class="callout warning">
......@@ -62,6 +59,10 @@
<th>eduPersonTargetedID:</th><td><i>[% lh.maketext("value dynamically generated for each SP") %]</i></td>
</tr>
</table>
<div class="text-center" >
<button data-close>[% lh.maketext("close") %]</button>
</div>
</div>
[% END %]
</div>
......
......@@ -42,9 +42,6 @@
</div>
</div>
<div class="account reveal" data-reveal id="account_details_[% account.id() %]">
<button class="close-button" data-close aria-label="Close modal" type="button">
<span aria-hidden="true">&times;</span>
</button>
<h3>[% lh.maketext("User attributes list") %]</h3>
<div class="callout alert-callout-border warning">
......@@ -64,6 +61,10 @@
<th>eduPersonTargetedID:</th><td><i>[% lh.maketext("value dynamically generated for each SP") %]</i></td>
</tr>
</table>
<div class="text-center">
<button data-close>[% lh.maketext("close") %]</button>
</div>
</div>
[% END %]
</div>
......
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