-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EZP-32179: Add footer to platform when user is logged in #1695
EZP-32179: Add footer to platform when user is logged in #1695
Conversation
101d45e
to
a34a5f2
Compare
@@ -189,3 +209,40 @@ select { | |||
padding: 0; | |||
} | |||
} | |||
|
|||
.ez-footer { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This deserves a separate file.
<trans-unit id="ad4e634b7a562503b6e50d2b057490b8d7dc6336" resname="role.policy.siso_control_center.all_functions"> | ||
<source>Siso control center / All functions</source> | ||
<target>Siso control center / All functions</target> | ||
<note>key: role.policy.siso_control_center.all_functions</note> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This probably should not be removed. It will remove translations in policy select.
cc @mikadamczyk
e8ac0b5
to
620cee0
Compare
@@ -145,6 +146,25 @@ select { | |||
background-color: $ibexa-color-base-pale; | |||
} | |||
|
|||
.ez-info-view, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Personally I would add new single class to css and add this class to html instead of styling by all these 20 classes
@@ -0,0 +1,11 @@ | |||
<div class="ez-footer"> | |||
<div class="ez-footer__brand-container"> | |||
<img class="ez-footer__brand-img" src="/bundles/ezplatformadminui/img/ibexa-wordmark.svg" alt="Ibexa" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
alt with no trans
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also - use asset()
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
alt with no trans
Should I translate name of company?
Checklist:
$ composer fix-cs
)