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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/apikeys.tt (-2 / +1 lines)
Lines 86-92 Link Here
86
                    <tr>
86
                    <tr>
87
                        <th>Description</th>
87
                        <th>Description</th>
88
                        <th>Client ID</th>
88
                        <th>Client ID</th>
89
                        <th>Active</th>
89
                        <th>[% tp('API client id/key pair status', 'Active') | html %]</th>
90
                        <th class="no-export">Actions</th>
90
                        <th class="no-export">Actions</th>
91
                    </tr>
91
                    </tr>
92
                </thead>
92
                </thead>
93
- 

Return to bug 39045