Skip to content
Snippets Groups Projects
Commit 40b5663b authored by Matt Drayer's avatar Matt Drayer
Browse files

Merge pull request #9474 from edx/asadiqbal08/SOL-1128

asadiqbal08/SOL-1128-Certificates: Studio Setup Copy and UI changes
parents a3599425 43316ea8
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment