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

switch elements order in modal window

parent 10d55be1
No related branches found
No related tags found
No related merge requests found
......@@ -45,6 +45,13 @@
</button>
<h3>[% lh.maketext("User attributes list") %]</h3>
<div class="callout warning">
[% lh.maketext(
"eduPersonAffiliation and eduPersonScopedAffiliation attributes are assigned <a href=\"[_1]\">quite differently from federation to federation</a>, therefore their values should be handled with great care."
"http://tnc2010.terena.org/files/ePSA%20comparison%20v0%2006.ppt"
) %]
</div>
<table>
[% FOREACH pair IN attributes.pairs %]
<tr>
......@@ -55,13 +62,6 @@
<th>eduPersonTargetedID:</th><td><i>[% lh.maketext("value dynamically generated for each SP") %]</i></td>
</tr>
</table>
<div class="callout warning">
[% lh.maketext(
"eduPersonAffiliation and eduPersonScopedAffiliation attributes are assigned <a href=\"[_1]\">quite differently from federation to federation</a>, therefore their values should be handled with great care."
"http://tnc2010.terena.org/files/ePSA%20comparison%20v0%2006.ppt"
) %]
</div>
</div>
[% END %]
</div>
......
......@@ -47,6 +47,13 @@
</button>
<h3>[% lh.maketext("User attributes list") %]</h3>
<div class="callout alert-callout-border warning">
[% lh.maketext(
"eduPersonAffiliation and eduPersonScopedAffiliation attributes are assigned <a href=\"[_1]\">quite differently from federation to federation</a>, therefore their values should be handled with great care.",
"http://tnc2010.terena.org/files/ePSA%20comparison%20v0%2006.ppt")
%]
</div>
<table>
[% FOREACH pair IN attributes.pairs %]
<tr>
......@@ -57,13 +64,6 @@
<th>eduPersonTargetedID:</th><td><i>[% lh.maketext("value dynamically generated for each SP") %]</i></td>
</tr>
</table>
<div class="callout alert-callout-border warning">
[% lh.maketext(
"eduPersonAffiliation and eduPersonScopedAffiliation attributes are assigned <a href=\"[_1]\">quite differently from federation to federation</a>, therefore their values should be handled with great care.",
"http://tnc2010.terena.org/files/ePSA%20comparison%20v0%2006.ppt")
%]
</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