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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc (-2 / +1 lines)
Lines 428-434 Link Here
428
                                "searchable": true,
428
                                "searchable": true,
429
                                "orderable": true,
429
                                "orderable": true,
430
                                "render": function( data, type, row, meta ) {
430
                                "render": function( data, type, row, meta ) {
431
                                    return data ? escape_str($date(data) + " (" + _("%s years").format($get_age(data)) + ")") : "";
431
                                    return data ? "<span class=\"dateofbirth\">" + escape_str($date(data)) + "<span class=\"agehint\"> (" + _("%s years").format($get_age(data)) + ")</span></span>" : "";
432
                                }
432
                                }
433
                            }
433
                            }
434
                            [% CASE 'address' %]
434
                            [% CASE 'address' %]
435
- 

Return to bug 33882