Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
ab54f9cf
Commit
ab54f9cf
authored
Nov 10, 2014
by
Sarina Canelake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Translate "Powered by Open edX" string
parent
ab5da97c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
lms/templates/footer.html
+4
-3
No files found.
lms/templates/footer.html
View file @
ab54f9cf
...
...
@@ -65,11 +65,12 @@
<p>
<a
href=
"http://openedx.org/"
>
## standard powered-by logo
<img
src=
"https://files.edx.org/openedx-logos/openedx-logo-tag.png"
alt=
"Powered by Open edX"
width=
"150"
height=
"50"
/>
## Translators: 'Open edX' is a brand, please keep this untranslated. See http://openedx.org for more information.
<img
src=
"https://files.edx.org/openedx-logos/openedx-logo-tag.png"
alt=
"${_('Powered by Open edX')}"
width=
"150"
height=
"50"
/>
## greyscale logo for dark background
##
<img
src=
"https://files.edx.org/openedx-logos/openedx-logo-tag-light.png"
alt=
"
Powered by Open edX
"
width=
"150"
height=
"50"
/>
##
<img
src=
"https://files.edx.org/openedx-logos/openedx-logo-tag-light.png"
alt=
"
${_('Powered by Open edX')}
"
width=
"150"
height=
"50"
/>
## greyscale logo for light background
##
<img
src=
"https://files.edx.org/openedx-logos/openedx-logo-tag-dark.png"
alt=
"
Powered by Open edX
"
width=
"150"
height=
"50"
/>
##
<img
src=
"https://files.edx.org/openedx-logos/openedx-logo-tag-dark.png"
alt=
"
${_('Powered by Open edX')}
"
width=
"150"
height=
"50"
/>
</a>
</p>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment