Change the logo to the login page. #265
This commit is contained in:
parent
c3feef4644
commit
fc1989c3d0
7 changed files with 7 additions and 2 deletions
BIN
public/moogle-assets/74fdd1d049be99432a128ee40e93bff7.png
Executable file
BIN
public/moogle-assets/74fdd1d049be99432a128ee40e93bff7.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 44 KiB |
BIN
public/moogle-assets/moogle_face_icon.ico
Executable file
BIN
public/moogle-assets/moogle_face_icon.ico
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 106 KiB |
BIN
public/moogle-assets/moogleicon.ico
Executable file
BIN
public/moogle-assets/moogleicon.ico
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 101 KiB |
BIN
public/moogle-assets/stuffed_animal_moogle.ico
Executable file
BIN
public/moogle-assets/stuffed_animal_moogle.ico
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 95 KiB |
BIN
public/moogle-assets/yellow_moogle.ico
Executable file
BIN
public/moogle-assets/yellow_moogle.ico
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 126 KiB |
|
|
@ -36,13 +36,13 @@
|
|||
<div class="m-login__container">
|
||||
<div class="m-login__logo">
|
||||
<a href="#">
|
||||
<img alt="Res-Q" src="/assets/images/logo-resq.png">
|
||||
<img alt="Moogle" src="{% trans %}image_logo_login{% endtrans %}">
|
||||
</a>
|
||||
</div>
|
||||
<div class="m-login__signin">
|
||||
<div class="m-login__head">
|
||||
<h3 class="m-login__title">
|
||||
Sign-in to Control Panel
|
||||
{% trans %}control_panel_sign_in{% endtrans %}
|
||||
</h3>
|
||||
</div>
|
||||
<form class="m-login__form m-form" action="{{ path('login') }}" method="post">
|
||||
|
|
|
|||
5
translations/messages.en.yaml
Normal file
5
translations/messages.en.yaml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# text
|
||||
control_panel_sign_in: Moogle Test
|
||||
|
||||
# images
|
||||
image_logo_login: /moogle-assets/74fdd1d049be99432a128ee40e93bff7.png
|
||||
Loading…
Reference in a new issue