From 79ff6cd4e795ee49f2bf4d3f894fe6405819fd16 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jaime=20Pe=CC=81rez=20Crespo?= <jaime.perez@uninett.no>
Date: Tue, 11 Dec 2018 11:15:08 +0100
Subject: [PATCH] Move the "IdP box" in the config page after the
 "Configuration" header.

---
 modules/admin/templates/config.twig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/admin/templates/config.twig b/modules/admin/templates/config.twig
index 21d9abcfc..017b653ee 100644
--- a/modules/admin/templates/config.twig
+++ b/modules/admin/templates/config.twig
@@ -16,10 +16,11 @@
     {%- endfor %}
 
     <div class="message-box">
-      {% trans %}SimpleSAMLphp is installed in:{% endtrans %}<br/>
+      {% trans %}SimpleSAMLphp is installed in:{% endtrans %}
       <kbd>{{ directory }}</kbd><br/>
       {% trans %}You are running version <kbd>{{ version }}</kbd>.{% endtrans %}
     </div>
+    <h2>{% trans %}Configuration{% endtrans %}</h2>
     <div class="enablebox mini">
       <table>
         <tr class="{%- if enablematrix.saml20idp %}enabled{% else %}disabled{% endif -%}">
@@ -32,7 +33,6 @@
         </tr>
       </table>
     </div>
-    <h2>{% trans %}Configuration{% endtrans %}</h2>
     <ul>
       {%- for key, link in links %}
 
-- 
GitLab