Add calendar-user.png icon see BT#16343

pull/4101/head
Julio Montoya 6 years ago
parent fec82f7490
commit 2f70992c1a
  1. BIN
      app/Resources/public/css/themes/rainbow/icons/32/calendar-user.png
  2. 2
      main/inc/lib/agenda.lib.php

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

@ -3012,7 +3012,7 @@ class Agenda
if (api_is_student_boss() || api_is_platform_admin()) {
$actionsLeft .= Display::url(
get_lang('MyStudentsSchedule'),
Display::return_icon('calendar-user.png', get_lang('MyStudentsSchedule'), [], ICON_SIZE_MEDIUM),
$codePath.'mySpace/calendar_plan.php',
['class' => 'btn btn-default']
);

Loading…
Cancel
Save