|
|
|
@ -55,9 +55,11 @@ |
|
|
|
|
{% set cellClass = 'success'%} |
|
|
|
|
{% endif %} |
|
|
|
|
<td> |
|
|
|
|
{% if student.validation != '' %} |
|
|
|
|
<span class="label label-{{ cellClass }}"> |
|
|
|
|
{{ student.validation | get_plugin_lang('AdvancedSubscriptionPlugin') }} |
|
|
|
|
</span> |
|
|
|
|
{% endif %} |
|
|
|
|
</td> |
|
|
|
|
<td> |
|
|
|
|
<a |
|
|
|
@ -114,7 +116,7 @@ |
|
|
|
|
$("a.btn-advanced-subscription").click(function(event){ |
|
|
|
|
event.preventDefault(); |
|
|
|
|
var confirmed = false; |
|
|
|
|
var studentName = $(this).closest("tr").find(".name").html(); |
|
|
|
|
var studentName = $.trim($(this).closest("tr").find(".name").text()); |
|
|
|
|
if (studentName) { |
|
|
|
|
; |
|
|
|
|
} else { |
|
|
|
|