Moved Studio images from img/ directory to images/ directory

OPEN-304
This commit is contained in:
David Baumgold
2014-11-12 17:08:13 -05:00
parent a0a5746e21
commit e00424a091
40 changed files with 35 additions and 35 deletions

View File

@@ -158,7 +158,7 @@
<div class="content-modal" id="preview-lms-staticpages">
<h3 class="title">${_("Pages in Your Course")}</h3>
<figure>
<img src="${static.url("img/preview-lms-staticpages.png")}" alt="${_('Preview of Pages in your course')}" />
<img src="${static.url("images/preview-lms-staticpages.png")}" alt="${_('Preview of Pages in your course')}" />
<figcaption class="description">${_("Pages appear in your course's top navigation bar. The default pages (Courseware, Course Info, Discussion, Wiki, and Progress) are followed by textbooks and custom pages.")}</figcaption>
</figure>