mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 22:04:23 +00:00
allow to customize logo on login screen and main layout
This commit is contained in:
parent
4f5b3b9cdf
commit
5027228a20
@ -74,3 +74,9 @@ Version 1.5.12
|
||||
==============
|
||||
|
||||
- make the redirection to admin temporarily: some admin experienced cache problems (403 error) when they switched from one admin account to a non-admin one ;
|
||||
|
||||
Version 1.5.13
|
||||
==============
|
||||
|
||||
- allow to customize logo on login screen and main layout ;
|
||||
|
||||
|
BIN
Resources/public/modules/login_page/desert.jpg
Normal file
BIN
Resources/public/modules/login_page/desert.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.8 MiB |
1
Resources/views/Layout/_header-logo.html.twig
Normal file
1
Resources/views/Layout/_header-logo.html.twig
Normal file
@ -0,0 +1 @@
|
||||
<img class="logo" src="{{ asset('build/images/logo-chill-sans-slogan_white.png') }}">
|
1
Resources/views/Login/_login-logo.html.twig
Normal file
1
Resources/views/Login/_login-logo.html.twig
Normal file
@ -0,0 +1 @@
|
||||
<img class="logo" src="{{ asset('build/images/logo-chill-outil-accompagnement_white.png') }}">
|
@ -28,7 +28,7 @@
|
||||
</head>
|
||||
<body>
|
||||
<div id="content">
|
||||
<img class="logo" src="{{ asset('build/images/logo-chill-outil-accompagnement_white.png') }}">
|
||||
{{ include('@ChillMain/Login/_login-logo.html.twig') }}
|
||||
|
||||
{% if error is not null %}
|
||||
<p>{{ error.message|trans }}</p>
|
||||
|
@ -37,7 +37,7 @@
|
||||
<div class="grid-4 hide-tablet hide-mobile parent">
|
||||
<div class="grid-10 push-2 grid-tablet-12 grid-mobile-12 push-tablet-0 grid-mobile-0 logo-container">
|
||||
<a href="{{ path('chill_main_homepage') }}">
|
||||
<img class="logo" src="{{ asset('build/images/logo-chill-sans-slogan_white.png') }}">
|
||||
{{ include('@ChillMain/Layout/_header-logo.html.twig') }}
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user