BuyCourses: Display titles in bold - refs BT#17957

pull/3740/head
Angel Fernando Quiroz Campos 5 years ago
parent 028e79929e
commit c4397ef576
  1. 5
      plugin/buycourses/resources/css/style.css
  2. 2
      plugin/buycourses/src/session_catalog.php

@ -387,12 +387,9 @@ tr.sale-columns th{
height: 14.22222px;
}
div.items-course-info h4.title{
div.items-course-info h4.title {
font-weight: bold;
height: 2.8em;
width: 100%;
text-overflow: ellipsis;
overflow: hidden;
}
@media (min-width: 991px) {

@ -105,6 +105,8 @@ if (api_is_platform_admin()) {
$templateName = $plugin->get_lang('CourseListOnSale');
$htmlHeadXtra[] = api_get_css(api_get_path(WEB_PLUGIN_PATH).'buycourses/resources/css/style.css');
$template = new Template($templateName);
$template->assign('search_filter_form', $form->returnForm());
$template->assign('sessions_are_included', $includeSessions);

Loading…
Cancel
Save