Kristan Kenney 6 лет назад
Родитель
Сommit
6ce3b0f964
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      web/templates/login.html

+ 1 - 1
web/templates/login.html

@@ -82,7 +82,7 @@
                                         </tr>
                                         <tr>
                                             <td style="padding: 0 0 12px 0;">
-                                                <input tabindex="3" type="submit" value="<?php print __('Log in');?>" class="button">
+                                                    <button tabindex="3" type="submit" class="button"><?php print __('Log in');?>&nbsp;&nbsp;&nbsp;<i class="fas fa-sign-in-alt"></i></button>
                                             </td>
                                         </tr>
                                     </table>