From 43316ea8fa92a5f142ab00c79f02b871195b2bd8 Mon Sep 17 00:00:00 2001 From: asadiqbal Date: Wed, 26 Aug 2015 15:11:46 +0500 Subject: [PATCH] SOL-1128 --- cms/static/sass/views/_certificates.scss | 6 +++++- cms/templates/js/certificate-details.underscore | 4 ++++ cms/templates/js/certificate-editor.underscore | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/cms/static/sass/views/_certificates.scss b/cms/static/sass/views/_certificates.scss index a580c29b76..5c8578e769 100644 --- a/cms/static/sass/views/_certificates.scss +++ b/cms/static/sass/views/_certificates.scss @@ -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 { diff --git a/cms/templates/js/certificate-details.underscore b/cms/templates/js/certificate-details.underscore index 6dcac84cef..2d9ec0f3eb 100644 --- a/cms/templates/js/certificate-details.underscore +++ b/cms/templates/js/certificate-details.underscore @@ -16,6 +16,10 @@
<%= gettext("Certificate Details") %>
+
+ <%= gettext('Course Title') %>: + <%= course.get('name') %> +
<% if (course_title) { %>
<%= gettext('Course Title Override') %>: diff --git a/cms/templates/js/certificate-editor.underscore b/cms/templates/js/certificate-editor.underscore index cec7169fb6..aff2a20010 100644 --- a/cms/templates/js/certificate-editor.underscore +++ b/cms/templates/js/certificate-editor.underscore @@ -30,7 +30,7 @@
- + <%= gettext("(Up to 4 signatories are allowed for a certificate)") %>