Minor - UI changes see #7403

1.9.x
Julio Montoya 10 years ago
parent 3587db2180
commit efbe1cb95e
  1. 3
      main/newscorm/lp_add_audio.php

@ -124,8 +124,6 @@ $recordVoiceForm .= $tpl->fetch('default/learnpath/record_voice.tpl');
$form->addElement('header', get_lang('Or')); $form->addElement('header', get_lang('Or'));
$form->addElement('header', get_lang('AudioFile')); $form->addElement('header', get_lang('AudioFile'));
$form->addElement('html', get_lang('AudioFilefor').' '.$lp_item->get_title()); $form->addElement('html', get_lang('AudioFilefor').' '.$lp_item->get_title());
$form->addElement('header', get_lang('UplUpload'));
$form->addElement('html', $lp_item->get_title());
if (!empty($file)) { if (!empty($file)) {
$audioPlayer = '<div id="preview">'. $audioPlayer = '<div id="preview">'.
@ -139,6 +137,7 @@ if (!empty($file)) {
$form->addElement('hidden', 'id', $lp_item_id); $form->addElement('hidden', 'id', $lp_item_id);
$form->addElement('button', 'submit', get_lang('Ok')); $form->addElement('button', 'submit', get_lang('Ok'));
} }
$form->addElement('header', get_lang('Or'));
$courseInfo = api_get_course_info(); $courseInfo = api_get_course_info();
$documentTree = DocumentManager::get_document_preview( $documentTree = DocumentManager::get_document_preview(

Loading…
Cancel
Save