Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 137 Rev 138
Línea 787... Línea 787...
787
		e.preventDefault();
787
		e.preventDefault();
788
		form_id =  $(this).data('id')
788
		form_id =  $(this).data('id')
Línea 789... Línea 789...
789
		
789
		
790
		bootbox.confirm({
790
		bootbox.confirm({
791
		    title: "LABEL_DELETE LABEL_FORM",
791
		    title: "LABEL_DELETE LABEL_FORM",
792
		    message: "LABEL_ARE_YOU_SURE",
792
		    message: "LABEL_QUESTION_DELETE",
793
		    buttons: {
793
		    buttons: {
794
		        cancel: {
794
		        cancel: {
795
		            label: '<i class="fa fa-times"></i> LABEL_CANCEL'
795
		            label: '<i class="fa fa-times"></i> LABEL_CANCEL'
796
		        },
796
		        },
Línea 827... Línea 827...
827
 
827
 
Línea 828... Línea 828...
828
    $(document).on('click','[data-action="delete"]',function(){
828
    $(document).on('click','[data-action="delete"]',function(){
829
 
829
 
830
    	bootbox.confirm({
830
    	bootbox.confirm({
831
		    title: "LABEL_DELETE LABEL_FORMS_2",
831
		    title: "LABEL_DELETE LABEL_FORMS_2",
832
		    message: "LABEL_ARE_YOU_SURE",
832
		    message: "LABEL_QUESTION_DELETE",
833
		    buttons: {
833
		    buttons: {
834
		        cancel: {
834
		        cancel: {
835
		            label: '<i class="fa fa-times"></i> LABEL_CANCEL'
835
		            label: '<i class="fa fa-times"></i> LABEL_CANCEL'
Línea 1521... Línea 1521...
1521
	$('body').on('click', 'button.btn-delete-section', function(e){
1521
	$('body').on('click', 'button.btn-delete-section', function(e){
1522
		e.preventDefault();
1522
		e.preventDefault();
1523
		var slug = $(this).data('slug');
1523
		var slug = $(this).data('slug');
Línea 1524... Línea 1524...
1524
 
1524
 
1525
		bootbox.confirm({
1525
		bootbox.confirm({
1526
		    title: "LABEL_DELETE LABEL_SECTION?",
1526
		    title: "LABEL_DELETE LABEL_SECTION",
1527
		    message: "LABEL_ARE_YOU_SURE",
1527
		    message: "LABEL_QUESTION_DELETE",
1528
		    buttons: {
1528
		    buttons: {
1529
		        cancel: {
1529
		        cancel: {
1530
		            label: '<i class="fa fa-times"></i> LABEL_CANCEL'
1530
		            label: '<i class="fa fa-times"></i> LABEL_CANCEL'
1531
		        },
1531
		        },
Línea 1660... Línea 1660...
1660
		
1660
		
1661
		var slug_section	= $(this).data('section');
1661
		var slug_section	= $(this).data('section');
Línea 1662... Línea 1662...
1662
		var slug 			= $(this).data('slug');
1662
		var slug 			= $(this).data('slug');
1663
 
1663
 
1664
		bootbox.confirm({
1664
		bootbox.confirm({
1665
			title: "LABEL_DELETE LABEL_QUESTION?",
1665
			title: "LABEL_DELETE LABEL_QUESTION",
1666
			message: "LABEL_ARE_YOU_SURE",
1666
			message: "LABEL_QUESTION_DELETE",
1667
			buttons: {
1667
			buttons: {
1668
				cancel: {
1668
				cancel: {
1669
   					label: '<i class="fa fa-times"></i> LABEL_CANCEL'
1669
   					label: '<i class="fa fa-times"></i> LABEL_CANCEL'
Línea 1804... Línea 1804...
1804
		var slug_question	= $(this).data('question');
1804
		var slug_question	= $(this).data('question');
1805
		    var slug 			= $(this).data('slug');
1805
		    var slug 			= $(this).data('slug');
Línea 1806... Línea 1806...
1806
 
1806
 
1807
 
1807
 
1808
		bootbox.confirm({
1808
		bootbox.confirm({
1809
			title: "LABEL_DELETE LABEL_OPTION?",
1809
			title: "LABEL_DELETE LABEL_OPTION",
1810
			message: "LABEL_ARE_YOU_SURE",
1810
			message: "LABEL_QUESTION_DELETE",
1811
			buttons: {
1811
			buttons: {
1812
				cancel: {
1812
				cancel: {
1813
	   				label: '<i class="fa fa-times"></i> LABEL_CANCEL'
1813
	   				label: '<i class="fa fa-times"></i> LABEL_CANCEL'