Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 1030 Rev 1031
Línea 285... Línea 285...
285
    $('body').on('click', 'button.btn-delete-section', function(e) {
285
    $('body').on('click', 'button.btn-delete-section', function(e) {
286
        e.preventDefault();
286
        e.preventDefault();
287
        var id_section = $(this).data('section');
287
        var id_section = $(this).data('section');
288
        bootbox.confirm({
288
        bootbox.confirm({
289
            title: "LABEL_DELETE LABEL_SECTION",
289
            title: "LABEL_DELETE LABEL_SECTION",
290
            message: "LABEL_SECTION_DELETE",
290
            message: "LABEL_QUESTION_DELETE",
291
            buttons: {
291
            buttons: {
292
                cancel: {
292
                cancel: {
293
                    label: '<i class="fa fa-times"></i> LABEL_CANCEL'
293
                    label: '<i class="fa fa-times"></i> LABEL_CANCEL'
294
                },
294
                },
295
                confirm: {
295
                confirm: {
Línea 377... Línea 377...
377
        e.preventDefault();
377
        e.preventDefault();
378
        var id_section = $(this).data('section');
378
        var id_section = $(this).data('section');
379
        var id_option = $(this).data('option');
379
        var id_option = $(this).data('option');
380
        bootbox.confirm({
380
        bootbox.confirm({
381
            title: "LABEL_DELETE LABEL_OPTION",
381
            title: "LABEL_DELETE LABEL_OPTION",
382
            message: "LABEL_SECTION_DELETE",
382
            message: "LABEL_QUESTION_DELETE",
383
            buttons: {
383
            buttons: {
384
                cancel: {
384
                cancel: {
385
                    label: '<i class="fa fa-times"></i> LABEL_CANCEL'
385
                    label: '<i class="fa fa-times"></i> LABEL_CANCEL'
386
                },
386
                },
387
                confirm: {
387
                confirm: {