Explorar o código

Minor - Fix button in certificate_report

Yannick Warnier %!s(int64=10) %!d(string=hai) anos
pai
achega
f6416c12ab
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      main/template/default/gradebook/certificate_report.tpl

+ 1 - 1
main/template/default/gradebook/certificate_report.tpl

@@ -109,7 +109,7 @@
                     </td>
                     <td>
                         {% for certificate in student.certificates %}
-                            <a href="{{ _p.web }}certificates/index.php?id={{ certificate.id }}" class="btn">{{ 'Certificate' | get_lang }}</a>
+                            <a href="{{ _p.web }}certificates/index.php?id={{ certificate.id }}" class="btn btn-default"><i class="fa fa-floppy-o"></i> {{ 'Certificate' | get_lang }}</a>
                         {% endfor %}
                     </td>
                 </tr>