diff --git a/htdocs/comm/action/rapport/index.php b/htdocs/comm/action/rapport/index.php index e62af271c497deefe92ae28020671460aeabd134..a65a9153078f18ba767506c5f3ed579b97dbc9b1 100644 --- a/htdocs/comm/action/rapport/index.php +++ b/htdocs/comm/action/rapport/index.php @@ -112,7 +112,7 @@ if ($resql) print '<input type="hidden" name="sortfield" value="'.$sortfield.'">'; print '<input type="hidden" name="sortorder" value="'.$sortorder.'">'; - print_barre_liste($langs->trans("Actions"), $page, $_SERVER["PHP_SELF"], $param, $sortfield, $sortorder, '', $num, $nbtotalofrecords, '', 0, '', '', $limit); + print_barre_liste($langs->trans("Actions"), $page, $_SERVER["PHP_SELF"], $param, $sortfield, $sortorder, '', $num, $nbtotalofrecords, 'title_agenda', 0, '', '', $limit); $i = 0; print '<table class="noborder" width="100%">'; diff --git a/htdocs/theme/eldy/img/title_agenda.png b/htdocs/theme/eldy/img/title_agenda.png new file mode 100644 index 0000000000000000000000000000000000000000..eb4c8d2bea24113f1edcecffeaeec78d3f0b8b87 Binary files /dev/null and b/htdocs/theme/eldy/img/title_agenda.png differ diff --git a/htdocs/theme/md/img/title_agenda.png b/htdocs/theme/md/img/title_agenda.png new file mode 100644 index 0000000000000000000000000000000000000000..eb4c8d2bea24113f1edcecffeaeec78d3f0b8b87 Binary files /dev/null and b/htdocs/theme/md/img/title_agenda.png differ