|
|
|
@ -349,6 +349,9 @@ switch ($action) { |
|
|
|
$htmlHeadXtra[] = " |
|
|
|
$htmlHeadXtra[] = " |
|
|
|
<script> |
|
|
|
<script> |
|
|
|
$(function() { |
|
|
|
$(function() { |
|
|
|
|
|
|
|
$(\".selectpicker\").selectpicker({ |
|
|
|
|
|
|
|
\"width\": \"500px\", |
|
|
|
|
|
|
|
}); |
|
|
|
$('.star-rating li a').on('click', function(event) { |
|
|
|
$('.star-rating li a').on('click', function(event) { |
|
|
|
var id = $(this).parents('ul').attr('id'); |
|
|
|
var id = $(this).parents('ul').attr('id'); |
|
|
|
$('#vote_label2_' + id).html('".get_lang('Loading')."'); |
|
|
|
$('#vote_label2_' + id).html('".get_lang('Loading')."'); |
|
|
|
@ -377,8 +380,6 @@ switch ($action) { |
|
|
|
<div class="search-courses"> |
|
|
|
<div class="search-courses"> |
|
|
|
'; |
|
|
|
'; |
|
|
|
if ($showCourses) { |
|
|
|
if ($showCourses) { |
|
|
|
//$content .= '<div class="col-md-'.($showSessions ? '4' : '6').'">'; |
|
|
|
|
|
|
|
//$content .= '<div class="col-md-12">'; |
|
|
|
|
|
|
|
$htmlHeadXtra[] = '<script> |
|
|
|
$htmlHeadXtra[] = '<script> |
|
|
|
$(function () { |
|
|
|
$(function () { |
|
|
|
'.$jqueryReadyContent.' |
|
|
|
'.$jqueryReadyContent.' |
|
|
|
@ -389,7 +390,6 @@ switch ($action) { |
|
|
|
$form->setDefaults($defaults); |
|
|
|
$form->setDefaults($defaults); |
|
|
|
|
|
|
|
|
|
|
|
$content .= $form->returnForm(); |
|
|
|
$content .= $form->returnForm(); |
|
|
|
//$content .= '</div>'; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
$content .= '</div></div></div>'; |
|
|
|
$content .= '</div></div></div>'; |
|
|
|
|