Explorar el Código

Minor - change row font style

Julio Montoya hace 5 años
padre
commit
4087138a55
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      main/mySpace/access_details_session.php

+ 3 - 0
main/mySpace/access_details_session.php

@@ -235,7 +235,10 @@ if ($form->validate()) {
     $row++;
     $column = 0;
     $table->setCellContents($row, $column++, customDate($minLogin));
+
     $table->setCellContents($row, $column++, customDate($maxLogin));
+    $table->setRowAttributes($row, ['style' => 'font-weight:bold']);
+
     $table->setCellContents($row, $column++, api_format_time($totalDuration, 'js'));
     $totalTable = Display::page_subheader3(get_lang('Total')).$table->toHtml();