Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 106 Rev 107
Línea 609... Línea 609...
609
	$('body').on('click', 'a.btn-delete-form',function(e) {
609
	$('body').on('click', 'a.btn-delete-form',function(e) {
610
		e.preventDefault();
610
		e.preventDefault();
611
		form_id =  $(this).data('id')
611
		form_id =  $(this).data('id')
Línea 612... Línea 612...
612
		
612
		
613
		bootbox.confirm({
613
		bootbox.confirm({
614
		    title: "Delete Form",
614
		    title: "LABEL_DELETE LABEL_FORM",
615
		    message: "Are you sure?",
615
		    message: "LABEL_ARE_YOU_SURE",
616
		    buttons: {
616
		    buttons: {
617
		        cancel: {
617
		        cancel: {
618
		            label: '<i class="fa fa-times"></i> Cancel'
618
		            label: '<i class="fa fa-times"></i> LABEL_CANCEL'
619
		        },
619
		        },
620
		        confirm: {
620
		        confirm: {
621
		            label: '<i class="fa fa-check"></i> Confirm'
621
		            label: '<i class="fa fa-check"></i> LABEL_ACCEPT'
622
		        }
622
		        }
623
		    },
623
		    },
624
		    callback: function (result) {
624
		    callback: function (result) {
625
			    if(result) {
625
			    if(result) {