Parcourir la source

Minor - Fix button in certificate_report

Yannick Warnier il y a 10 ans
Parent
commit
f6416c12ab
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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>