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

Return to bug 18928