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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/clubs-table.inc (-2 / +1 lines)
Lines 77-83 Link Here
77
                                    </li>
77
                                    </li>
78
                                [% ELSE %]
78
                                [% ELSE %]
79
                                    <li class="disabled">
79
                                    <li class="disabled">
80
                                        <a href="#" data-toggle="tooltip" data-placement="left" title="Nobody enrolled for this club yet">
80
                                        <a href="#" data-toggle="tooltip" data-placement="left" title="There are no enrollments for this club yet">
81
                                            <i class="fa fa-list-ul"></i> Enrollments
81
                                            <i class="fa fa-list-ul"></i> Enrollments
82
                                        </a>
82
                                        </a>
83
                                    </li>
83
                                    </li>
84
- 

Return to bug 24736