diff --git a/templates/web/login/change-password.html.twig b/templates/web/login/change-password.html.twig
index 630580a303..b80870791d 100644
--- a/templates/web/login/change-password.html.twig
+++ b/templates/web/login/change-password.html.twig
@@ -10,26 +10,28 @@
-
{% endblock %}
diff --git a/templates/web/login/common/macros.html.twig b/templates/web/login/common/macros.html.twig
index 06bb4fb238..76a2251751 100644
--- a/templates/web/login/common/macros.html.twig
+++ b/templates/web/login/common/macros.html.twig
@@ -9,7 +9,7 @@
%}
{% set attributes = custom_attributes|default({})|merge({
- 'class': app['browser'].getBrowser() == constant('Browser::BROWSER_IE') and app['browser'].getVersion() <= 7 ? '' : 'input-block-level',
+ 'class': app['browser'].getBrowser() == constant('Browser::BROWSER_IE') and app['browser'].getVersion() <= 8 ? '' : 'input-block-level',
'ng-model' : input_name,
'force-model-update' : ''
})
@@ -19,7 +19,9 @@
-
+
{% if errors|keys|length >= 1 %}
@@ -115,21 +125,31 @@
- - {{ full_name }}
- - {{ email }}
+ -
+ {{ full_name }}
+
+ -
+ {{ email }}
+
|
-
+
{% endmacro %}
{% macro phraseanetBadge(full_name, email, company) %}
- - {{ full_name }}
- - {{ email }}
- - {{ company }}
+ -
+ {{ full_name }}
+
+ -
+ {{ email }}
+
+ -
+ {{ company }}
+
{% endmacro %}
diff --git a/templates/web/login/forgot-password.html.twig b/templates/web/login/forgot-password.html.twig
index d54e9214ac..57e0591ba5 100644
--- a/templates/web/login/forgot-password.html.twig
+++ b/templates/web/login/forgot-password.html.twig
@@ -10,34 +10,39 @@
-
-
-
+
+
{% endblock %}
diff --git a/templates/web/login/include/language-block.html.twig b/templates/web/login/include/language-block.html.twig
index 201a14d55b..065aeee3fb 100644
--- a/templates/web/login/include/language-block.html.twig
+++ b/templates/web/login/include/language-block.html.twig
@@ -2,11 +2,14 @@
diff --git a/templates/web/login/include/main-content.html.twig b/templates/web/login/include/main-content.html.twig
index 7b079a7053..907ea53d6d 100644
--- a/templates/web/login/include/main-content.html.twig
+++ b/templates/web/login/include/main-content.html.twig
@@ -1 +1,43 @@
{% import "login/common/macros.html.twig" as auth_macro %}
+
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
\ No newline at end of file
diff --git a/templates/web/login/index.html.twig b/templates/web/login/index.html.twig
index 1c48ecd0b5..4fa70805e5 100644
--- a/templates/web/login/index.html.twig
+++ b/templates/web/login/index.html.twig
@@ -26,73 +26,72 @@
{{ auth_macro.providerList() }}
-
+
{% include "login/include/register-link-block.html.twig" with {"login" : login, "last_item" : login.register_enabled(app)} %}
diff --git a/templates/web/login/layout/base-layout.html.twig b/templates/web/login/layout/base-layout.html.twig
index 5d325865ae..c8daaf4289 100644
--- a/templates/web/login/layout/base-layout.html.twig
+++ b/templates/web/login/layout/base-layout.html.twig
@@ -79,45 +79,53 @@
-
+
{% block scaffholding %}
{% endblock %}
-
+ {% block footer_scaffholding %}
+
+ {% endblock footer_scaffholding %}
{% include 'common/analytics.html.twig' %}