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

Put the installation directory and version in a message box.

This way we can get rid of the custom "simplesaml_version" box, which doesn't scale well on smaller devices, and doesn't really take the entire width of its container.
parent 926f27f1
No related branches found
No related tags found
No related merge requests found
......@@ -15,15 +15,18 @@
{%- endif %}
{%- endfor %}
<br/>
<div><code class="simplesaml_version">{{ directory }} ({{ version }})</code></div>
<div class="message-box">
{% trans %}SimpleSAMLphp is installed in:{% endtrans %}<br/>
<kbd>{{ directory }}</kbd><br/>
{% trans %}You are running version <kbd>{{ version }}</kbd>.{% endtrans %}
</div>
<div class="enablebox mini">
<table>
<tr class="{%- if enablematrix.saml20idp %}enabled{% else %}disabled{% endif -%}">
<tr class="{%- if enablematrix.saml20idp %}enabled{% else %}disabled{% endif -%}">
<td>SAML 2.0 IdP</td>
<td><i class="fa fa-{%- if enablematrix.saml20idp %}check{% else %}ban{% endif %}"></i></td>
</tr>
<tr class="{%- if enablematrix.shib13idp %}enabled{% else %}disabled{% endif -%}">
<tr class="{%- if enablematrix.shib13idp %}enabled{% else %}disabled{% endif -%}">
<td>Shib 1.3 IdP</td>
<td><i class="fa fa-{%- if enablematrix.shib13idp %}check{% else %}ban{% endif %}"></i></td>
</tr>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment