Commit 43316ea8 by asadiqbal

SOL-1128

parent 4aec2abf
...@@ -429,7 +429,11 @@ ...@@ -429,7 +429,11 @@
// * +Main - Certificate // * +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 { .view-certificates .certificates {
.certificate-details, .certificate-edit { .certificate-details, .certificate-edit {
......
...@@ -16,6 +16,10 @@ ...@@ -16,6 +16,10 @@
<header> <header>
<span class="title"><%= gettext("Certificate Details") %></span> <span class="title"><%= gettext("Certificate Details") %></span>
</header> </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) { %> <% if (course_title) { %>
<div class="course-title-override"> <div class="course-title-override">
<span class="certificate-label"><%= gettext('Course Title Override') %>: </span> <span class="certificate-label"><%= gettext('Course Title Override') %>: </span>
......
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
</header> </header>
<div class="signatory-edit-list"> </div> <div class="signatory-edit-list"> </div>
<span> <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 class="tip tip-stacked"><%= gettext("(Up to 4 signatories are allowed for a certificate)") %></span>
</span> </span>
</div> </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