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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt (-4 / +4 lines)
Lines 318-324 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">Actions</th>
321
                    <th scope="col">&nbsp; </th>
322
                    <th scope="col">&nbsp; </th>
322
                </tr>
323
                </tr>
323
            </thead>
324
            </thead>
324
            <tbody>
325
            <tbody>
Lines 403-410 Link Here
403
                                Forever
404
                                Forever
404
                            [% END %]
405
                            [% END %]
405
                        </td>
406
                        </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>
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>
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>
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>
408
                    </tr>
409
                    </tr>
409
                [% END %]
410
                [% END %]
410
            </tbody>
411
            </tbody>
411
- 

Return to bug 16794