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

asadiqbal08/SOL-1128-Certificates: Studio Setup Copy and UI changes
This commit is contained in:
Matt Drayer
2015-08-27 00:11:11 -04:00
3 changed files with 10 additions and 2 deletions

View File

@@ -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 {

View File

@@ -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>

View File

@@ -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>