Replace label class 'important' (BootStrap2) with 'danger' (Bootstrap3) - refs BT#9463

1.10.x
Imanol Losada 10 years ago
parent d1e02e5bea
commit c4f8d93485
  1. 2
      plugin/advanced_subscription/views/admin_view.tpl

@ -50,7 +50,7 @@
</td>
<td>{{ student.created_at }}</td>
<td>{{ student.area }}</td>
{% set cellClass = 'important'%}
{% set cellClass = 'danger'%}
{% if student.validation == 'Yes' %}
{% set cellClass = 'success'%}
{% endif %}

Loading…
Cancel
Save