Commit 19c6b856 by Ned Batchelder

Merge pull request #1842 from edx/hotfix/error-msg-ORA-panel

adds more temporary error messages
parents 83c6a720 175e1aab
......@@ -22,9 +22,21 @@
<h1>${_("Staff grading")}</h1>
<div class="breadcrumbs"></div>
<div class="error-container"></div>
<br>
<div style="color:red;">
<b>
${_("We're sorry, some student responses have been temporarily "
"hidden. We appreciate your patience as we work hard "
"to restore their visibility. Rest assured, no student "
"data has been lost.")}
</b>
</div>
<br>
<hr>
<div class="message-container"></div>
<! -- Problem List View -->
<!-- Problem List View -->
<section class="problem-list-container">
<h2>${_("Instructions")}</h2>
<div class="instructions">
......
......@@ -16,6 +16,18 @@
<section class="container">
<div class="combined-notifications" data-ajax_url="${ajax_url}">
<div class="error-container">${error_text}</div>
<br>
<div style="color:red;">
<b>
${_("We're sorry, some student responses have been temporarily "
"hidden. We appreciate your patience as we work hard "
"to restore their visibility. Rest assured, no student "
"data has been lost.")}
</b>
</div>
<br>
<hr>
<h1>${_("Open Ended Console")}</h1>
<h2>${_("Instructions")}</h2>
<p>${_("Here are items that could potentially need your attention.")}</p>
......
......@@ -19,6 +19,18 @@
<section class="container">
<div class="open-ended-problems" data-ajax_url="${ajax_url}">
<div class="error-container">${error_text}</div>
<br>
<div style="color:red;">
<b>
${_("We're sorry, some student responses have been temporarily "
"hidden. We appreciate your patience as we work hard "
"to restore their visibility. Rest assured, no student "
"data has been lost.")}
</b>
</div>
<br>
<hr>
<h1>${_("Flagged Open Ended Problems")}</h1>
<h2>${_("Instructions")}</h2>
<p>${_("Here are a list of open ended problems for this course that have been flagged by students as potentially inappropriate.")}</p>
......
......@@ -15,6 +15,17 @@ criteria.{end_li_tag}
<section class="container peer-grading-container">
<div class="peer-grading" data-ajax-url="${ajax_url}" data-use-single-location="${use_single_location}">
<div class="error-container">${error_text}</div>
<br>
<div style="color:red;">
<b>
${_("We're sorry, some student responses have been temporarily "
"hidden. We appreciate your patience as we work hard "
"to restore their visibility. Rest assured, no student "
"data has been lost.")}
</b>
</div>
<br>
<hr>
<div class="peer-grading-tools">
<h1 class="peer-grading-title">${_("Peer Grading")}</h1>
<h2 class="peer-grading-instructions">${_("Instructions")}</h2>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment