calendar_logins.php 344 B

1234567891011
  1. <?php
  2. /* For licensing terms, see /license.txt */
  3. // See AttendanceController::calendarLogins function
  4. echo '<div class="actions">';
  5. echo '<a href="index.php?'.api_get_cidreq().'&action=calendar_list">'.
  6. Display::return_icon('back.png', get_lang('AttendanceCalendar'), '', ICON_SIZE_MEDIUM).'</a>';
  7. echo '</div>';
  8. echo $form;
  9. echo $table;