Преглед на файлове

Minor - Fix button in certificate_report

Yannick Warnier преди 10 години
родител
ревизия
f6416c12ab
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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>