Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 17013 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 17013 Rev 17014
Línea 435... Línea 435...
435
 
435
 
436
        $('#form-add #status').bootstrapToggle({'on' : 'LABEL_ACTIVE',  'off' : 'LABEL_INACTIVE', 'width' : '160px', 'height' : '40px'});
436
        $('#form-add #status').bootstrapToggle({'on' : 'LABEL_ACTIVE',  'off' : 'LABEL_INACTIVE', 'width' : '160px', 'height' : '40px'});
Línea 437... Línea 437...
437
        $('#form-edit #status').bootstrapToggle({'on' : 'LABEL_ACTIVE',  'off' : 'LABEL_INACTIVE', 'width' : '160px', 'height' : '40px'});
437
        $('#form-edit #status').bootstrapToggle({'on' : 'LABEL_ACTIVE',  'off' : 'LABEL_INACTIVE', 'width' : '160px', 'height' : '40px'});
438
 
-
 
-
 
438
 
Línea 439... Línea 439...
439
        $('#form-add #order').inputNumberFormat({decimal: 0});
439
        $('#form-add #order').inputNumberFormat({decimal: 0});
440
 
440
        $('#form-edit #order').inputNumberFormat({decimal: 0});
441
 
441