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 728-734 Link Here
728
                    [% IF holdallowed || hold_fulfillment_policy || returnbranch %]
728
                    [% IF holdallowed || hold_fulfillment_policy || returnbranch %]
729
                        <tr>
729
                        <tr>
730
                            <td>
730
                            <td>
731
                                [% i.translated_description %]
731
                                [% i.translated_description | html %]
732
                            </td>
732
                            </td>
733
                            <td>
733
                            <td>
734
                                [% IF holdallowed == 2 %]
734
                                [% IF holdallowed == 2 %]
Lines 758-764 Link Here
758
                                [% END %]
758
                                [% END %]
759
                            </td>
759
                            </td>
760
                            <td class="actions">
760
                            <td class="actions">
761
                                <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>
761
                                <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>
762
                            </td>
762
                            </td>
763
                        </tr>
763
                        </tr>
764
                    [% END %]
764
                    [% END %]
765
- 

Return to bug 18928