parent
91ef374830
commit
dcecac37b4
@ -1,5 +0,0 @@ |
||||
{% extends 'SonataBlockBundle:Block:block_base.html.twig' %} |
||||
|
||||
{% block block %} |
||||
{% include "@ChamiloCore/default/layout/hot_courses.html.twig" with {'hot_courses': hot_courses } %} |
||||
{% endblock %} |
@ -1,11 +1,11 @@ |
||||
{% extends "@ChamiloTheme/Layout/layout_one_col.html.twig" %} |
||||
{% from '@ChamiloCore/Admin/Settings/actions.html.twig' import update %} |
||||
{% from '@ChamiloTheme/Admin/Settings/actions.html.twig' import update %} |
||||
{% set namespace = app.request.get('namespace') %} |
||||
|
||||
{% block content %} |
||||
<div class="row"> |
||||
<div class="col-xs-3 col-md-3"> |
||||
{% include '@ChamiloCore/Admin/Settings/menu.html.twig' %} |
||||
{% include '@ChamiloTheme/Admin/Settings/menu.html.twig' %} |
||||
</div> |
||||
<div class="col-xs-9 col-md-9"> |
||||
<form class="form-inline" |
@ -1,11 +1,11 @@ |
||||
{% extends "@ChamiloTheme/Layout/layout_one_col.html.twig" %} |
||||
{% from '@ChamiloCore/Admin/Settings/actions.html.twig' import update %} |
||||
{% from '@ChamiloTheme/Admin/Settings/actions.html.twig' import update %} |
||||
{% set namespace = app.request.get('namespace') %} |
||||
|
||||
{% block content %} |
||||
<div class="row"> |
||||
<div class="col-xs-3 col-md-3"> |
||||
{% include '@ChamiloCore/Admin/Settings/menu.html.twig' %} |
||||
{% include '@ChamiloTheme/Admin/Settings/menu.html.twig' %} |
||||
</div> |
||||
<div class="col-xs-9 col-md-9"> |
||||
<div class="page-header"> |
@ -0,0 +1,5 @@ |
||||
{% extends '@SonataBlock/Block/block_base.html.twig' %} |
||||
|
||||
{% block block %} |
||||
{% include "@ChamiloTheme/default/layout/hot_courses.html.twig" with {'hot_courses': hot_courses } %} |
||||
{% endblock %} |
@ -1,4 +1,4 @@ |
||||
{% extends 'ChamiloCoreBundle::grid.html.twig' %} |
||||
{% extends '@ChamiloTheme/grid.html.twig' %} |
||||
|
||||
{#{% block grid_column_id_cell %}#} |
||||
{#<a class="btn btn-secondary" href="{{ url('app_document_show', {'id': row.getField('iid'), 'course': course.code }) }}">#} |
@ -1,5 +1,5 @@ |
||||
{% extends "@ChamiloTheme/Layout/no_layout.html.twig" %} |
||||
|
||||
{% block chamilo_wrap %} |
||||
{% include '@ChamiloCore/Editor/elfinder_standalone.html.twig' %} |
||||
{% include '@ChamiloTheme/Editor/elfinder_standalone.html.twig' %} |
||||
{% endblock %} |
@ -1,9 +1,9 @@ |
||||
{% import "ChamiloThemeBundle:Macros:box.html.twig" as macro %} |
||||
{% import "ChamiloThemeBundle:Macros:image.html.twig" as macro_image %} |
||||
{% import '@ChamiloTheme/Macros/box.html.twig' as macro %} |
||||
{% import '@ChamiloTheme/Macros/image.html.twig' as macro_image %} |
||||
|
||||
{{ |
||||
macro.panel( |
||||
'SocialNetwork' | trans, |
||||
mopa_bootstrap_menu('ChamiloCoreBundle:LeftMenuBuilder:socialMenu', {'automenu': 'pills', 'stacked':true}) |
||||
mopa_bootstrap_menu('ChamiloCoreBundle:LeftMenuBuilder:socialMenu', {'automenu': 'pills', 'stacked':true}) |
||||
) |
||||
}} |
@ -1,4 +1,4 @@ |
||||
{% import "ChamiloThemeBundle:Macros:box.html.twig" as macro %} |
||||
{% import "@ChamiloTheme/Macros/box.html.twig" as macro %} |
||||
|
||||
{% autoescape false %} |
||||
{% for item in hot_courses %} |
@ -1,4 +1,4 @@ |
||||
{% import "ChamiloThemeBundle:Macros:box.html.twig" as macro %} |
||||
{% import "@ChamiloTheme/Macros/box.html.twig" as macro %} |
||||
|
||||
{% extends 'APYDataGridBundle::blocks.html.twig' %} |
||||
|
Loading…
Reference in new issue