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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt (-5 / +12 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 scope="col">&nbsp;</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>
408
                        <td><a href="/cgi-bin/koha/admin/categories.pl?op=delete_confirm&amp;categorycode=[% category.categorycode |uri %]">Delete</a></td>
407
                            <div class="dropup">
408
                                <a class="btn btn-mini dropdown-toggle" id="categoriesactions" role="button" data-toggle="dropdown" href="#">
409
                                   Actions <b class="caret"></b>
410
                                </a>
411
                                <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="categoriesactions">
412
                                    <li><a href="/cgi-bin/koha/admin/categories.pl?op=add_form&amp;categorycode=[% category.categorycode |uri %]"><i class="fa fa-pencil"></i> Edit</a></li>
413
                                    <li><a href="/cgi-bin/koha/admin/categories.pl?op=delete_confirm&amp;categorycode=[% category.categorycode |uri %]"><i class="fa fa-trash"></i> Delete</a></li>
414
                            </ul>
415
                            </div>
416
                        </td>
409
                    </tr>
417
                    </tr>
410
                [% END %]
418
                [% END %]
411
            </tbody>
419
            </tbody>
412
- 

Return to bug 16794