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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt (-5 / +3 lines)
Lines 318-325 Link Here
318
                    [% END %]
318
                    [% END %]
319
                    <th scope="col">Branches limitations</th>
319
                    <th scope="col">Branches limitations</th>
320
                    <th scope="col">Default privacy</th>
320
                    <th scope="col">Default privacy</th>
321
                    <th scope="col">&nbsp; </th>
321
                    <th aria-label="Actions" style="width: 88.1px;" colspan="1" rowspan="1" class="sorting_disabled">Actions</th>
322
                    <th scope="col">&nbsp; </th>
323
                </tr>
322
                </tr>
324
            </thead>
323
            </thead>
325
            <tbody>
324
            <tbody>
Lines 404-411 Link Here
404
                                Forever
403
                                Forever
405
                            [% END %]
404
                            [% END %]
406
                        </td>
405
                        </td>
407
                        <td><a href="/cgi-bin/koha/admin/categories.pl?op=add_form&amp;categorycode=[% category.categorycode |uri %]">Edit</a></td>
406
                        <td class="actions"><a class="btn btn-mini" href="/cgi-bin/koha/admin/categories.pl?op=add_form&amp;categorycode=[% category.categorycode |uri %]"><i class="fa fa-pencil"></i> Edit</a>
408
                        <td><a href="/cgi-bin/koha/admin/categories.pl?op=delete_confirm&amp;categorycode=[% category.categorycode |uri %]">Delete</a></td>
407
                        <a class="btn btn-mini" href="/cgi-bin/koha/admin/categories.pl?op=delete_confirm&amp;categorycode=[% category.categorycode |uri %]"><i class="fa fa-trash"></i> Delete</a></td>
409
                    </tr>
408
                    </tr>
410
                [% END %]
409
                [% END %]
411
            </tbody>
410
            </tbody>
412
- 

Return to bug 16794