Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 9394 Rev 9396
Línea 222... Línea 222...
222
            },
222
            },
223
            {
223
            {
224
                'mDataProp': function(data, type, row){ 
224
                'mDataProp': function(data, type, row){ 
225
                    switch(data.type) {
225
                    switch(data.type) {
226
                        case 'r':
226
                        case 'r':
227
                            $("#btn-file").show();
-
 
228
                            return 'LABEL_HUMAN_RESOURCE'
-
 
Línea -... Línea 227...
-
 
227
                            
229
                            
228
                            return 'LABEL_HUMAN_RESOURCE'   
-
 
229
                        case 'b':
230
                        case 'b':
230
                            $("#btn-file").show();
231
                            return 'LABEL_BOSS_INTERVIEW'
231
                            return 'LABEL_BOSS_INTERVIEW'
232
                        default:
232
                        default:
233
                            return data.type
233
                            return data.type
234
                    }
234
                    }