Proyectos de Subversion Moodle

Rev

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

Rev 912 Rev 913
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_child/courseindex/cm
18
    @template theme_universe/courseindex/cm
Línea 19... Línea 19...
19
 
19
 
20
    Displays a course index course-module entry.
20
    Displays a course index course-module entry.
Línea 63... Línea 63...
63
        {{#pix}} t/locked, core {{/pix}}
63
        {{#pix}} t/locked, core {{/pix}}
64
    </span>
64
    </span>
65
    <span class="dragicon ml-auto">{{#pix}}i/dragdrop{{/pix}}</span>
65
    <span class="dragicon ml-auto">{{#pix}}i/dragdrop{{/pix}}</span>
66
</li>
66
</li>
67
{{#js}}
67
{{#js}}
68
require(['theme_universe_child/courseindex/cm'], function(component) {
68
require(['theme_universe/courseindex/cm'], function(component) {
69
    component.init('course-index-cm-{{id}}');
69
    component.init('course-index-cm-{{id}}');
70
});
70
});
71
{{/js}}
71
{{/js}}