diff --git a/app/Resources/public/css/scorm.css b/app/Resources/public/css/scorm.css index 15ee7332f9..8b6877a821 100644 --- a/app/Resources/public/css/scorm.css +++ b/app/Resources/public/css/scorm.css @@ -365,7 +365,6 @@ See https://support.chamilo.org/issues/6976 height: 100%; margin: 0; overflow: hidden; - position: relative; } #learning_path_left_zone, diff --git a/main/lp/learnpath.class.php b/main/lp/learnpath.class.php index cc035a72a6..40ebb5ad33 100755 --- a/main/lp/learnpath.class.php +++ b/main/lp/learnpath.class.php @@ -5910,7 +5910,7 @@ class learnpath { $gradebook = isset($_GET['gradebook']) ? Security :: remove_XSS($_GET['gradebook']) : null; $return = '
'; - $return .= '' . Display :: return_icon('preview_view.png', get_lang('Display'),'',ICON_SIZE_MEDIUM).' '; + $return .= '' . Display :: return_icon('preview_view.png', get_lang('Display'),'',ICON_SIZE_MEDIUM).' '; $return .= '' . Display :: return_icon('upload_audio.png', get_lang('UpdateAllAudioFragments'),'',ICON_SIZE_MEDIUM).''; $return .= '' . Display :: return_icon('settings.png', get_lang('CourseSettings'),'',ICON_SIZE_MEDIUM).''; $buttons = array( diff --git a/main/template/default/layout/no_layout.tpl b/main/template/default/layout/no_layout.tpl index 1a2829b1c4..d78b93de2e 100755 --- a/main/template/default/layout/no_layout.tpl +++ b/main/template/default/layout/no_layout.tpl @@ -1,49 +1,17 @@ - - - - - + + + + - {% block head %} - {% include template ~ "/layout/head.tpl" %} - {% endblock %} - - - -
- - {% if displayCookieUsageWarning == true %} - - {% endif %} - {% include template ~ "/layout/page_header.tpl" %} -
-
- {% block breadcrumb %} - {{ breadcrumb }} - {% endblock %} - {% block body %} - {{ content }} - {% endblock %} -
-
- {% include template ~ "/layout/page_footer.tpl" %} -
- +{% include template ~ "/layout/head.tpl" %} + + +
+ + {% block body %} + {{ content }} + {% endblock %} + + \ No newline at end of file