Skip to content

Commit

Permalink
Fix size of image by using fa picto
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Nov 6, 2017
1 parent e7abc92 commit 2ab943f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions htdocs/accountancy/index.php
Expand Up @@ -66,7 +66,7 @@
print $langs->trans("AccountancyAreaDescIntro")."<br>\n";
print "<br>\n";print "<br>\n";

print_fiche_titre($langs->trans("AccountancyAreaDescActionOnce"), '', 'object_calendar')."<br>\n";
print_fiche_titre('<span class="fa fa-calendar-check-o"></span> '.$langs->trans("AccountancyAreaDescActionOnce"), '', '')."<br>\n";
print '<hr>';
print "<br>\n";

Expand Down Expand Up @@ -142,7 +142,7 @@


print "<br>\n";
print_fiche_titre($langs->trans("AccountancyAreaDescActionFreq"), '', 'object_calendarweek');
print_fiche_titre('<span class="fa fa-calendar"></span> '.$langs->trans("AccountancyAreaDescActionFreq"), '', '');
print '<hr>';
print "<br>\n";
$step = 0;
Expand Down

0 comments on commit 2ab943f

Please sign in to comment.