Commit 92d1f232 by Felipe Montoya

Adding to the problem template

parent 893d2251
<h2 class="problem-header">Problem Header</h2>
<h2 class="problem-header">${_("Problem Header")}</h2>
<section class='problem-progress'>
</section>
......@@ -15,7 +15,7 @@
<input class="check" type="button" value="${_('Check')}">
<input class="reset" type="button" value="${_('Reset')}">
<input class="save" type="button" value=$"${_('Save')}">
<input class="save" type="button" value="${_('Save')}">
<button class="show"><span class="show-label">${_("Show Answer(s)")}</span> <span class="sr">(for question(s) above - adjacent to each field)</span></button>
<a href="/courseware/6.002_Spring_2012/${ explain }" class="new-page">${_("Explanation")}</a>
<section class="submission_feedback"></section>
......
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