Explorar el Código

Minor - Fix button in certificate_report

Yannick Warnier hace 10 años
padre
commit
f6416c12ab
Se han modificado 1 ficheros con 1 adiciones y 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>