mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 07:23:13 +00:00
Merge pull request #824 from nlegoff/login_fix
[3.8] Login page enhancements
This commit is contained in:
@@ -104,7 +104,7 @@
|
|||||||
{% if has_terms_of_use %}
|
{% if has_terms_of_use %}
|
||||||
<li>
|
<li>
|
||||||
{% block tou_link %}
|
{% block tou_link %}
|
||||||
<a href="{{ path("login_cgus") }}">{% trans "Terms of use" %}</a>
|
<a href="{{ path("login_cgus") }}" target="_blank">{% trans "Terms of use" %}</a>
|
||||||
{% endblock tou_link %}
|
{% endblock tou_link %}
|
||||||
</li>
|
</li>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
@@ -878,7 +878,7 @@ form[name=registerForm] .multiselect-group {
|
|||||||
#authentication-sidebar-language {
|
#authentication-sidebar-language {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 20px;
|
||||||
right: 20px;
|
right: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user