Commit 43316ea8 by asadiqbal

SOL-1128

parent 4aec2abf
......@@ -429,7 +429,11 @@
// * +Main - Certificate
// ====================
// TO-DO: refactor to use collection styling where possible.
// TO-DO: refactor to use collection styling where possible.
.view-certificates .activate-cert {
margin-left: 5px;
}
.view-certificates .certificates {
.certificate-details, .certificate-edit {
......
......@@ -16,6 +16,10 @@
<header>
<span class="title"><%= gettext("Certificate Details") %></span>
</header>
<div class="actual-course-title">
<span class="certificate-label"><%= gettext('Course Title') %>: </span>
<span class="certificate-value"><%= course.get('name') %></span>
</div>
<% if (course_title) { %>
<div class="course-title-override">
<span class="certificate-label"><%= gettext('Course Title Override') %>: </span>
......
......@@ -30,7 +30,7 @@
</header>
<div class="signatory-edit-list"> </div>
<span>
<button class="action action-add-signatory" type="button"><%= gettext("Add Signatory") %></button>
<button class="action action-add-signatory" type="button"><%= gettext("Add Additional Signatory") %></button>
<span class="tip tip-stacked"><%= gettext("(Up to 4 signatories are allowed for a certificate)") %></span>
</span>
</div>
......
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