|
@@ -141,7 +141,7 @@ $url = Display::url(
|
|
|
);
|
|
|
$courseListToShow = Display::page_subheader(get_lang('CourseList').$url);
|
|
|
|
|
|
-$courseListToShow .= '<table id="session-list-course" class="data_table">
|
|
|
+$courseListToShow .= '<table id="session-list-course" class="table table-hover data_table">
|
|
|
<tr>
|
|
|
<th width="35%">'.get_lang('CourseTitle').'</th>
|
|
|
<th width="30%">'.get_lang('CourseCoach').'</th>
|
|
@@ -262,7 +262,7 @@ $userList = SessionManager::get_users_by_session($sessionId);
|
|
|
|
|
|
if (!empty($userList)) {
|
|
|
$table = new HTML_Table(
|
|
|
- ['class' => 'data_table', 'id' => 'session-user-list']
|
|
|
+ ['class' => 'table table-hover data_table', 'id' => 'session-user-list']
|
|
|
);
|
|
|
$table->setHeaderContents(0, 0, get_lang('User'));
|
|
|
$table->setHeaderContents(0, 1, get_lang('Status'));
|