Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 3956 Rev 3957
Línea 232... Línea 232...
232
                'mDataProp': function(data, type, row) {
232
                'mDataProp': function(data, type, row) {
233
                    return new Date(Date.parse(data.last_date+ " 00:00:00")) 
233
                    return new Date(Date.parse(data.last_date+ " 00:00:00")) 
234
                }
234
                }
235
            },
235
            },
236
            {
236
            {
237
                'mDataProp': 'status'
-
 
238
            },
-
 
239
            {
-
 
240
                'mDataProp': 'actions'
237
                'mDataProp': 'actions'
241
            },
238
            },
242
        ],
239
        ],
243
        'columnDefs': [
240
        'columnDefs': [
244
            {
241
            {
245
                'targets': 0,
242
                'targets': 0,
246
                'className': 'text-vertical-middle',
243
                'className': 'text-vertical-middle',
247
            },
244
            },
248
            {
245
           
249
                'targets': -2,
-
 
250
                'orderable': false,
-
 
251
                'className': 'text-center',
-
 
252
                'render': function(data, type, row) {
-
 
253
                    checked = data == 'a' ? ' checked="checked" ' : '';
-
 
254
                    return '<div class="checkbox checkbox-success">' +
-
 
255
                        '<input class="styled" type="checkbox" ' + checked + ' disabled="disabled">' +
-
 
256
                        '<label ></label></div>';
-
 
257
                }
-
 
258
            },
-
 
259
            {
246
            {
260
                'targets': -1,
247
                'targets': -1,
261
                'orderable': false,
248
                'orderable': false,
262
                'render': function(data, type, row) {
249
                'render': function(data, type, row) {
263
                    s = '';
250
                    s = '';
Línea 544... Línea 531...
544
                                <th>LABEL_FIRST_NAME</th>
531
                                <th>LABEL_FIRST_NAME</th>
545
                                <th>LABEL_EMAIL</th>
532
                                <th>LABEL_EMAIL</th>
546
                                <th>LABEL_TYPE_INTERVIEW</th>
533
                                <th>LABEL_TYPE_INTERVIEW</th>
547
                                <th>LABEL_VACANCIES</th>
534
                                <th>LABEL_VACANCIES</th>
548
                                <th>LABEL_LAST_DATE</th>
535
                                <th>LABEL_LAST_DATE</th>
549
                                <th>LABEL_STATUS</th>
-
 
550
                                <th>LABEL_ACTIONS</th>
536
                                <th>LABEL_ACTIONS</th>
551
                            </tr>
537
                            </tr>
552
                            </thead>
538
                            </thead>
553
                            <tbody>
539
                            <tbody>
554
                            </tbody>
540
                            </tbody>