소스 검색

Fix style break for the floating header in attendances list - Refs #8203

José Loguercio 8 년 전
부모
커밋
f20de3a267
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      main/attendance/attendance_sheet.php

+ 1 - 1
main/attendance/attendance_sheet.php

@@ -305,7 +305,7 @@ if (api_is_allowed_to_edit(null, true) ||
                 echo '<tr class="tableFloatingHeader row_odd" style="position: absolute; top: 0px; left: 0px; visibility: hidden; margin:0px;padding:0px">';
                 echo $result;
                 echo '</tr>';
-                echo '<tr class="tableWithFloatingHeader row_odd">';
+                echo '<tr class="tableWithFloatingHeader row_odd tableFloatingHeaderOriginal">';
                 echo $result;
                 echo '</tr>';
                 echo '</thead>';