Proyectos de Subversion Moodle

Rev

Rev 914 | Rev 1192 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 914 Rev 918
Línea 13... Línea 13...
13
 
13
 
14
    You should have received a copy of the GNU General Public License
14
    You should have received a copy of the GNU General Public License
15
    along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
15
    along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
16
}}
16
}}
17
{{!
17
{{!
Línea 18... Línea 18...
18
    @template theme_universe/courseindex/section
18
    @template theme_universe_child/courseindex/section
Línea 19... Línea 19...
19
 
19
 
20
    Displays a course index section entry.
20
    Displays a course index section entry.
Línea 116... Línea 116...
116
            {{/cms}}
116
            {{/cms}}
117
        </ul>
117
        </ul>
118
    </div>
118
    </div>
119
</div>
119
</div>
120
{{#js}}
120
{{#js}}
121
require(['theme_universe/courseindex/section'], function(component) {
121
require(['core_courseformat/local/courseindex/section'], function(component) {
122
    component.init('course-index-section-{{id}}');
122
    component.init('course-index-section-{{id}}');
123
});
123
});
124
{{/js}}
124
{{/js}}