Cin7 templates. Some changes for Sandata. Downlaoded new templates.
This commit is contained in:
@ -25,10 +25,9 @@
|
|||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<script>
|
<script>
|
||||||
$( window ).on( "load", function() {
|
$(document).ready(function() {
|
||||||
if(document.querySelector('[class="sc-hKpBwk dJbOiC Transcript_Caption"]').innerHTML.includes('Transcript for')) {
|
if(document.querySelector('[class="sc-ktCSKO iBNVtU Transcript_Caption"]').innerHTML.includes('Transcript for')) {
|
||||||
document.querySelector('[class="sc-hKpBwk dJbOiC Transcript_Caption"]').innerHTML = "<h3 class='sc-hKpBwk dJbOiC Transcript_Caption'>Transcript</h3>";
|
document.querySelector('[class="sc-ktCSKO iBNVtU Transcript_Caption"]').innerHTML = "<h3 class='sc-ktCSKO iBNVtU Transcript_Caption'>Transcript</h3>";
|
||||||
}
|
}
|
||||||
}
|
});
|
||||||
);
|
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Binary file not shown.
@ -30,10 +30,10 @@
|
|||||||
{{course.properties.course_duration}} min
|
{{course.properties.course_duration}} min
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% unless course.properties.recommended_for_group == 'missing property: audience' %}
|
{% unless course.properties.audience == 'missing property: audience' %}
|
||||||
<div class="recommended">
|
<div class="recommended">
|
||||||
<i class="far fa-users"></i>
|
<i class="far fa-users"></i>
|
||||||
{{course.properties.recommended_for_group}}
|
{{course.properties.audience}}
|
||||||
</div>
|
</div>
|
||||||
{% endunless %}
|
{% endunless %}
|
||||||
</div>
|
</div>
|
||||||
@ -1,5 +1,5 @@
|
|||||||
{% if learning_path.new_content_available? %}
|
{% if learning_path.new_content_available? %}
|
||||||
{% include "learning_path_new_content_banner" %}
|
{% include "learning_path_new_content_banner" %}
|
||||||
{% else %}
|
{% else %}
|
||||||
{% include "learning_path_completed_banner" %}
|
{% include "learning_path_completed_banner" %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user