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
cb33d1a5
Commit
cb33d1a5
authored
Dec 03, 2014
by
Sarina Canelake
Committed by
Zia Fazal
Apr 07, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename pl-faculty.png to placeholder-faculty.png
OPEN-328
parent
69517df2
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
10 additions
and
10 deletions
+10
-10
common/lib/xmodule/xmodule/templates/about/overview.yaml
+2
-2
common/static/images/placeholder-faculty.png
+0
-0
common/test/data/2014/about/overview.html
+2
-2
common/test/data/course_info_updates/about/overview.html
+2
-2
common/test/data/manual-testing-complete/about/overview.html
+2
-2
docs/en_us/platform_api/source/course_info.rst
+2
-2
No files found.
common/lib/xmodule/xmodule/templates/about/overview.yaml
View file @
cb33d1a5
...
...
@@ -19,7 +19,7 @@ data: |
<h2>Course Staff</h2>
<article class="teacher">
<div class="teacher-image">
<img src="/static/images/pl-faculty.png" align="left" style="margin:0 20 px 0" alt="Course Staff Image #1">
<img src="/static/images/pl
aceholder
-faculty.png" align="left" style="margin:0 20 px 0" alt="Course Staff Image #1">
</div>
<h3>Staff Member #1</h3>
...
...
@@ -28,7 +28,7 @@ data: |
<article class="teacher">
<div class="teacher-image">
<img src="/static/images/pl-faculty.png" align="left" style="margin:0 20 px 0" alt="Course Staff Image #2">
<img src="/static/images/pl
aceholder
-faculty.png" align="left" style="margin:0 20 px 0" alt="Course Staff Image #2">
</div>
<h3>Staff Member #2</h3>
...
...
common/static/images/pl-faculty.png
→
common/static/images/pl
aceholder
-faculty.png
View file @
cb33d1a5
File moved
common/test/data/2014/about/overview.html
View file @
cb33d1a5
...
...
@@ -14,7 +14,7 @@
<h2>
Course Staff
</h2>
<article
class=
"teacher"
>
<div
class=
"teacher-image"
>
<img
src=
"/static/images/pl-faculty.png"
align=
"left"
style=
"margin:0 20 px 0"
alt=
"Course Staff Image #1"
>
<img
src=
"/static/images/pl
aceholder
-faculty.png"
align=
"left"
style=
"margin:0 20 px 0"
alt=
"Course Staff Image #1"
>
</div>
<h3>
Staff Member #1
</h3>
...
...
@@ -23,7 +23,7 @@
<article
class=
"teacher"
>
<div
class=
"teacher-image"
>
<img
src=
"/static/images/pl-faculty.png"
align=
"left"
style=
"margin:0 20 px 0"
alt=
"Course Staff Image #2"
>
<img
src=
"/static/images/pl
aceholder
-faculty.png"
align=
"left"
style=
"margin:0 20 px 0"
alt=
"Course Staff Image #2"
>
</div>
<h3>
Staff Member #2
</h3>
...
...
common/test/data/course_info_updates/about/overview.html
View file @
cb33d1a5
...
...
@@ -14,7 +14,7 @@
<h2>
Course Staff
</h2>
<article
class=
"teacher"
>
<div
class=
"teacher-image"
>
<img
src=
"/static/images/pl-faculty.png"
align=
"left"
style=
"margin:0 20 px 0"
alt=
"Course Staff Image #1"
>
<img
src=
"/static/images/pl
aceholder
-faculty.png"
align=
"left"
style=
"margin:0 20 px 0"
alt=
"Course Staff Image #1"
>
</div>
<h3>
Staff Member #1
</h3>
...
...
@@ -23,7 +23,7 @@
<article
class=
"teacher"
>
<div
class=
"teacher-image"
>
<img
src=
"/static/images/pl-faculty.png"
align=
"left"
style=
"margin:0 20 px 0"
alt=
"Course Staff Image #2"
>
<img
src=
"/static/images/pl
aceholder
-faculty.png"
align=
"left"
style=
"margin:0 20 px 0"
alt=
"Course Staff Image #2"
>
</div>
<h3>
Staff Member #2
</h3>
...
...
common/test/data/manual-testing-complete/about/overview.html
View file @
cb33d1a5
...
...
@@ -14,7 +14,7 @@
<h2>
Course Staff
</h2>
<article
class=
"teacher"
>
<div
class=
"teacher-image"
>
<img
src=
"/static/images/pl-faculty.png"
align=
"left"
style=
"margin:0 20 px 0"
alt=
"Course Staff Image #1"
>
<img
src=
"/static/images/pl
aceholder
-faculty.png"
align=
"left"
style=
"margin:0 20 px 0"
alt=
"Course Staff Image #1"
>
</div>
<h3>
Staff Member #1
</h3>
...
...
@@ -23,7 +23,7 @@
<article
class=
"teacher"
>
<div
class=
"teacher-image"
>
<img
src=
"/static/images/pl-faculty.png"
align=
"left"
style=
"margin:0 20 px 0"
alt=
"Course Staff Image #2"
>
<img
src=
"/static/images/pl
aceholder
-faculty.png"
align=
"left"
style=
"margin:0 20 px 0"
alt=
"Course Staff Image #2"
>
</div>
<h3>
Staff Member #2
</h3>
...
...
docs/en_us/platform_api/source/course_info.rst
View file @
cb33d1a5
...
...
@@ -144,14 +144,14 @@ Get the HTML for the course about page.
<h2>Course Staff</h2>\n
<article class=\"teacher\">\n
<div class=\"teacher-image\">\n
<img src=\"/static/images/pl-faculty.png\" align=\"left\" style=\"margin:0 20 px 0\">\n
<img src=\"/static/images/pl
aceholder
-faculty.png\" align=\"left\" style=\"margin:0 20 px 0\">\n
</div>\n\n
<h3>Staff Member #1</h3>\n
<p>Biography of instructor/staff member #1</p>\n
</article>\n\n
<article class=\"teacher\">\n
<div class=\"teacher-image\">\n
<img src=\"/static/images/pl-faculty.png\" align=\"left\" style=\"margin:0 20 px 0\">\n
<img src=\"/static/images/pl
aceholder
-faculty.png\" align=\"left\" style=\"margin:0 20 px 0\">\n
</div>\n\n
<h3>Staff Member #2</h3>\n
<p>Biography of instructor/staff member #2</p>\n
...
...
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