|
|
@ -32,15 +32,17 @@ if (empty($courseList) || empty($sessionList)) { |
|
|
|
); |
|
|
|
); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
$template->assign( |
|
|
|
if (api_get_setting('allow_public_certificates') == 'true') { |
|
|
|
'actions', |
|
|
|
$template->assign( |
|
|
|
Display::toolbarButton( |
|
|
|
'actions', |
|
|
|
get_lang('SearchCertificates'), |
|
|
|
Display::toolbarButton( |
|
|
|
api_get_path(WEB_CODE_PATH) . "gradebook/search.php", |
|
|
|
get_lang('SearchCertificates'), |
|
|
|
'search', |
|
|
|
api_get_path(WEB_CODE_PATH) . "gradebook/search.php", |
|
|
|
'info' |
|
|
|
'search', |
|
|
|
) |
|
|
|
'info' |
|
|
|
); |
|
|
|
) |
|
|
|
|
|
|
|
); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
$template->assign('content', $content); |
|
|
|
$template->assign('content', $content); |
|
|
|
$template->display_one_col_template(); |
|
|
|
$template->display_one_col_template(); |
|
|
|