Skip to content
Snippets Groups Projects
Unverified Commit 79ff6cd4 authored by Jaime Pérez Crespo's avatar Jaime Pérez Crespo
Browse files

Move the "IdP box" in the config page after the "Configuration" header.

parent 5f2741e5
No related branches found
No related tags found
No related merge requests found
...@@ -16,10 +16,11 @@ ...@@ -16,10 +16,11 @@
{%- endfor %} {%- endfor %}
<div class="message-box"> <div class="message-box">
{% trans %}SimpleSAMLphp is installed in:{% endtrans %}<br/> {% trans %}SimpleSAMLphp is installed in:{% endtrans %}
<kbd>{{ directory }}</kbd><br/> <kbd>{{ directory }}</kbd><br/>
{% trans %}You are running version <kbd>{{ version }}</kbd>.{% endtrans %} {% trans %}You are running version <kbd>{{ version }}</kbd>.{% endtrans %}
</div> </div>
<h2>{% trans %}Configuration{% endtrans %}</h2>
<div class="enablebox mini"> <div class="enablebox mini">
<table> <table>
<tr class="{%- if enablematrix.saml20idp %}enabled{% else %}disabled{% endif -%}"> <tr class="{%- if enablematrix.saml20idp %}enabled{% else %}disabled{% endif -%}">
...@@ -32,7 +33,6 @@ ...@@ -32,7 +33,6 @@
</tr> </tr>
</table> </table>
</div> </div>
<h2>{% trans %}Configuration{% endtrans %}</h2>
<ul> <ul>
{%- for key, link in links %} {%- for key, link in links %}
......
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