Skip to content
Snippets Groups Projects
Commit 83f90ed3 authored by Thijs Kinkhorst's avatar Thijs Kinkhorst
Browse files

Some small HTML fixes

parent 21191508
No related branches found
No related tags found
No related merge requests found
......@@ -128,7 +128,7 @@
<form action="{{ moduleURL('admin/federation/show') }}" method="get" class="pure-form">
<fieldset class="fancyfieldset">
<legend>{% trans %}Look up metadata for entity:{% endtrans %}</legend>
<select name="set">
<select name="set" aria-labelledby="lookupbutton">
{%- if entries.remote %}
{%- for key, set in entries.remote %}
......@@ -138,7 +138,7 @@
</select>
<input type="text" name="entityid" placeholder="{% trans %}EntityID{% endtrans %}">
<button class="pure-button pure-button-red" type="submit">{% trans %}Search{% endtrans %}</button>
<button class="pure-button pure-button-red" type="submit" id="lookupbutton">{% trans %}Search{% endtrans %}</button>
</fieldset>
</form>
{% endblock %}
<div id="footer">
<footer id="footer">
<div class="wrap">
<div class="center copyrights">&copy; 2007-{{ year }} <a href="https://simplesamlphp.org/">SimpleSAMLphp</a>
</div>
......@@ -8,4 +8,4 @@
</div>
</div>
</div>
</div>
</footer>
<div id="header">
<header id="header">
<div class="wrap">
<div class="left">
<div class="v-center logo-header">
......@@ -75,5 +75,5 @@
</div>{# language bar #}
</div>{# show-for-large #}
</div>{# wrap #}
</div>{# header #}
</header>
......@@ -71,7 +71,7 @@
<dl>
<dt>{% trans %}Debug information to be used by your support staff{% endtrans %}</dt>
{%- embed "includes/expander.twig" %}
<dd>{%- embed "includes/expander.twig" %}
{%- block content %}
<dl>
......@@ -101,6 +101,7 @@
{%- endblock content %}
{%- endembed %}
</dd>
</dl>
<br>
......
......@@ -17,12 +17,14 @@
<body id="{{ templateId }}">
<div id="layout">
{% block header %}{% include "_header.twig" %}{% endblock %}
<main>
<div id="content">
<div class="wrap">
{% block contentwrapper %}{% block content %}{% endblock %}{% endblock contentwrapper %}
</div>
</div>{# content #}
<div id="push"></div>
</main>
</div>{# layout #}
<div id="foot">
{% block footer %}{% include "_footer.twig" %}{% endblock %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment