fix prerequesites lp

pull/2487/head
Alex Aragon 7 years ago
parent e3e769ae42
commit a44d22eee8
  1. 3
      app/Resources/public/css/base.css
  2. 8
      main/lp/lp_edit.php

@ -6202,6 +6202,9 @@ a.panel-image{
width: 100%;
padding-top: 15px;
}
#resource_tab #subtab #ul_subtab li a{
padding: 10px 15px;
}
/* CSS NEW TOP ******************************************************************************/
/* CSS Responsive */
@media (min-width: 1025px) and (max-width: 1200px) {

@ -144,10 +144,12 @@ $publicated_on = $_SESSION['oLP']->publicated_on;
$form->addElement('html', '<div class="form-group">');
$items = $_SESSION['oLP']->display_lp_prerequisites_list();
$form->addElement('html', '<label class="col-md-2">'.get_lang('LearnpathPrerequisites').'</label>');
$form->addElement('html', '<div class="col-md-10">');
$form->addElement('html', '<div class="col-md-8">');
$form->addElement('html', $items);
$form->addElement('html', '<div class="help-block">'.get_lang('LpPrerequisiteDescription').'</div></div></div>');
$form->addElement('html', '<div class="help-block">'.get_lang('LpPrerequisiteDescription').'</div>');
$form->addElement('html', '</div>');
$form->addElement('html', '<div class="col-md-2"></div>');
$form->addElement('html', '</div>');
//Start date
$form->addElement(
'checkbox',

Loading…
Cancel
Save