Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 445 Rev 447
Línea 273... Línea 273...
273
            },
273
            },
274
            {
274
            {
275
                'mDataProp': 'status'
275
                'mDataProp': 'status'
276
            },
276
            },
277
            {
277
            {
-
 
278
                'mDataProp': 'added_on'
-
 
279
            },
-
 
280
            {
278
                'mDataProp': 'link_edit'
281
                'mDataProp': 'link_edit'
279
            },
282
            },
280
        ],
283
        ],
281
        'columnDefs': [{
284
        'columnDefs': [{
282
                'targets': 0,
285
                'targets': 0,
Línea 288... Línea 291...
288
            {
291
            {
289
                'targets': -1,
292
                'targets': -1,
290
                'className': 'text-vertical-middle',
293
                'className': 'text-vertical-middle',
291
            },
294
            },
292
            {
295
            {
293
                'targets': -2,
296
                'targets': -1,
294
                'orderable': false,
-
 
295
                'className': 'text-center',
297
                'className': 'text-center',
296
                'className': 'text-vertical-middle',
298
                'className': 'text-vertical-middle',
297
            },
299
            },
298
            {
300
            {
299
                'targets': -1,
301
                'targets': -1,
-
 
302
                'className': 'text-vertical-middle',
-
 
303
            },
-
 
304
            {
-
 
305
                'targets': -1,
300
                'orderable': false,
306
                'orderable': false,
301
                'render': function(data, type, row) {
307
                'render': function(data, type, row) {
302
                    s = '';
308
                    s = '';
303
                    if (allowEdit) {
309
                    if (allowEdit) {
304
                        s = s + '<button class="btn btn-primary btn-edit-form" data-href="' + data + '" data-toggle="tooltip" title="LABEL_EDIT LABEL_REVIEW"><i class="fa fa-pencil"></i> LABEL_EDIT LABEL_REVIEW</button>&nbsp;';
310
                        s = s + '<button class="btn btn-primary btn-edit-form" data-href="' + data + '" data-toggle="tooltip" title="LABEL_EDIT LABEL_REVIEW"><i class="fa fa-pencil"></i> LABEL_EDIT LABEL_REVIEW</button>&nbsp;';
Línea 539... Línea 545...
539
                                <tr>
545
                                <tr>
540
                                    <th>LABEL_USER</th>
546
                                    <th>LABEL_USER</th>
541
                                    <th>LABEL_NAME</th>
547
                                    <th>LABEL_NAME</th>
542
                                    <th>LABEL_LANGUAGE</th>
548
                                    <th>LABEL_LANGUAGE</th>
543
                                    <th>LABEL_STATUS</th>
549
                                    <th>LABEL_STATUS</th>
-
 
550
                                    <th>LABEL_REGISTER</th>
544
                                    <th>LABEL_ACTIONS</th>
551
                                    <th>LABEL_ACTIONS</th>
545
                                </tr>
552
                                </tr>
546
                            </thead>
553
                            </thead>
547
                            <tbody></tbody>
554
                            <tbody></tbody>
548
                        </table>
555
                        </table>