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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt (-3 / +2 lines)
Lines 404-411 Link Here
404
                                Forever
404
                                Forever
405
                            [% END %]
405
                            [% END %]
406
                        </td>
406
                        </td>
407
                        <td><a href="/cgi-bin/koha/admin/categories.pl?op=add_form&amp;categorycode=[% category.categorycode |uri %]">Edit</a></td>
407
                        <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></td>
408
                        <td><a href="/cgi-bin/koha/admin/categories.pl?op=delete_confirm&amp;categorycode=[% category.categorycode |uri %]">Delete</a></td>
408
                        <td class="actions"><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>
409
                    </tr>
410
                [% END %]
410
                [% END %]
411
            </tbody>
411
            </tbody>
412
- 

Return to bug 16794