Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 15618 Rev 15619
Línea 213... Línea 213...
213
            'aoColumns': [
213
            'aoColumns': [
214
                { 'mDataProp': 'first_name' },
214
                { 'mDataProp': 'first_name' },
215
                { 'mDataProp': 'last_name' },
215
                { 'mDataProp': 'last_name' },
216
                { 'mDataProp': 'email' },
216
                { 'mDataProp': 'email' },
217
                { 'mDataProp': 'last_activity_on' },
217
                { 'mDataProp': 'last_activity_on' },
-
 
218
                { 'mDataProp': 'actions' },
218
    	    ],
219
    	    ],
219
            'columnDefs': [
220
            'columnDefs': [
220
                {
221
                {
221
                    'targets': 0,
222
                    'targets': 0,
222
                    'className' : 'text-vertical-middle',
223
                    'className' : 'text-vertical-middle',
Línea 309... Línea 310...
309
                                <tr>
310
                                <tr>
310
                                    <th style="width: 25%">LABEL_FIRST_NAME</th>
311
                                    <th style="width: 25%">LABEL_FIRST_NAME</th>
311
                                    <th style="width: 25%">LABEL_LAST_NAME</th>
312
                                    <th style="width: 25%">LABEL_LAST_NAME</th>
312
                                    <th style="width: 30%">LABEL_EMAIL</th>
313
                                    <th style="width: 30%">LABEL_EMAIL</th>
313
                                    <th style="width: 20%">LABEL_REPORTS_LAST_ACTIVITY</th>
314
                                    <th style="width: 20%">LABEL_REPORTS_LAST_ACTIVITY</th>
-
 
315
                                    <th>LABEL_ACTIONS</th>
314
                                </tr>
316
                                </tr>
315
                            </thead>
317
                            </thead>
316
                            <tbody>
318
                            <tbody>
317
                            </tbody>
319
                            </tbody>
318
                        </table>
320
                        </table>