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

Remove last use of experience icons theme so we can remove it after the old...

Remove last use of experience icons theme so we can remove it after the old templates have been removed.
parent 44b3fe72
No related branches found
No related tags found
No related merge requests found
...@@ -11,10 +11,8 @@ ...@@ -11,10 +11,8 @@
{% block content %} {% block content %}
{% if errorCode != null %} {% if errorCode != null %}
<div style="border-left: 1px solid #e8e8e8; border-bottom: 1px solid #e8e8e8; background: #f5f5f5"> <div class="message-box error">
<img src="/{{ baseurlpath }}resources/icons/experience/gtk-dialog-error.48x48.png" class="float-l" style="margin: 15px;" alt=""> <h3>{{ errorTitle }}</h3>
<h2>{{ '{login:error_header}'|trans }}</h2>
<p><span style="text-decoration: bold;">{{ errorTitle }}</p>
<p>{{ errorDesc }}</p> <p>{{ errorDesc }}</p>
</div> </div>
{% endif %} {% endif %}
......
...@@ -35,11 +35,6 @@ ...@@ -35,11 +35,6 @@
<form class="pure-form pure-form-aligned center-form" action="?" method="post" name="f"> <form class="pure-form pure-form-aligned center-form" action="?" method="post" name="f">
<div class="form-align"> <div class="form-align">
<div class="show-for-medium v-center-right">
<img class="pure-img" src="/{{ baseurlpath }}resources/icons/experience/gtk-dialog-authentication.48x48.png"
alt=""/>
</div>
<div class="pure-control-group"> <div class="pure-control-group">
<label for="username">{{ 'Username'|trans }}</label> <label for="username">{{ 'Username'|trans }}</label>
<input id="username" {{ forceUsername ? 'disabled="disabled"' }} placeholder="{{ username }}" type="text" name="username" class="edge" <input id="username" {{ forceUsername ? 'disabled="disabled"' }} placeholder="{{ username }}" type="text" name="username" class="edge"
......
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