Skip to content

Commit 79ff6cd

Browse files
committed
Move the "IdP box" in the config page after the "Configuration" header.
1 parent 5f2741e commit 79ff6cd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

modules/admin/templates/config.twig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@
1616
{%- endfor %}
1717

1818
<div class="message-box">
19-
{% trans %}SimpleSAMLphp is installed in:{% endtrans %}<br/>
19+
{% trans %}SimpleSAMLphp is installed in:{% endtrans %}
2020
<kbd>{{ directory }}</kbd><br/>
2121
{% trans %}You are running version <kbd>{{ version }}</kbd>.{% endtrans %}
2222
</div>
23+
<h2>{% trans %}Configuration{% endtrans %}</h2>
2324
<div class="enablebox mini">
2425
<table>
2526
<tr class="{%- if enablematrix.saml20idp %}enabled{% else %}disabled{% endif -%}">
@@ -32,7 +33,6 @@
3233
</tr>
3334
</table>
3435
</div>
35-
<h2>{% trans %}Configuration{% endtrans %}</h2>
3636
<ul>
3737
{%- for key, link in links %}
3838

0 commit comments

Comments
 (0)