View | Details | Raw Unified | Return to bug 24076
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt (-7 lines)
Lines 478-489 Link Here
478
                    { 'mDataProp': 'dt_borrowernotes' },
478
                    { 'mDataProp': 'dt_borrowernotes' },
479
                    { 'mDataProp': 'dt_action', 'bSortable': false, 'sClass': 'actions' }
479
                    { 'mDataProp': 'dt_action', 'bSortable': false, 'sClass': 'actions' }
480
                ],
480
                ],
481
                'fnRowCallback': function(nRow, aData, iDisplayIndex, iDisplayIndexFull) {
482
                    /* Center text for 6th column */
483
                    $("td:eq(5)", nRow).css("text-align", "center");
484
485
                    return nRow;
486
                },
487
                'bFilter': false,
481
                'bFilter': false,
488
                'bAutoWidth': false,
482
                'bAutoWidth': false,
489
                [% IF CAN_user_borrowers_edit_borrowers || CAN_user_tools_manage_patron_lists %]
483
                [% IF CAN_user_borrowers_edit_borrowers || CAN_user_tools_manage_patron_lists %]
490
- 

Return to bug 24076