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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt (-3 / +2 lines)
Lines 721-727 Link Here
721
                    [% IF holdallowed || hold_fulfillment_policy || returnbranch %]
721
                    [% IF holdallowed || hold_fulfillment_policy || returnbranch %]
722
                        <tr>
722
                        <tr>
723
                            <td>
723
                            <td>
724
                                [% i.translated_description %]
724
                                [% i.translated_description | html %]
725
                            </td>
725
                            </td>
726
                            <td>
726
                            <td>
727
                                [% IF holdallowed == 2 %]
727
                                [% IF holdallowed == 2 %]
Lines 751-757 Link Here
751
                                [% END %]
751
                                [% END %]
752
                            </td>
752
                            </td>
753
                            <td class="actions">
753
                            <td class="actions">
754
                                <a class="btn btn-default btn-xs delete" href="/cgi-bin/koha/admin/smart-rules.pl?op=delete-branch-item&amp;itemtype=[% i.itemtype %]&amp;branch=[% current_branch %]"><i class="fa fa-trash"></i> Delete</a>
754
                                <a class="btn btn-default btn-xs delete" href="/cgi-bin/koha/admin/smart-rules.pl?op=delete-branch-item&amp;itemtype=[% i.itemtype | uri %]&amp;branch=[% current_branch | uri %]"><i class="fa fa-trash"></i> Delete</a>
755
                            </td>
755
                            </td>
756
                        </tr>
756
                        </tr>
757
                    [% END %]
757
                    [% END %]
758
- 

Return to bug 18928