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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt (-3 / +2 lines)
Lines 268-274 for="tobranch"><strong>Clone these rules to:</strong></label> <input type="hidde Link Here
268
                            [% END %]
268
                            [% END %]
269
                        </td>
269
                        </td>
270
                        <td>
270
                        <td>
271
                            <a class="button" href="/cgi-bin/koha/admin/smart-rules.pl?op=delete-branch-cat&amp;categorycode=[% branch_cat_rule_loo.categorycode %]&amp;branch=[% branch_cat_rule_loo.current_branch %]">Delete</a>
271
                            <a class="button" href="/cgi-bin/koha/admin/smart-rules.pl?op=delete-branch-cat&amp;categorycode=[% branch_cat_rule_loo.categorycode %]&amp;branch=[% current_branch %]">Delete</a>
272
                        </td>
272
                        </td>
273
                    </tr>
273
                    </tr>
274
                [% END %]
274
                [% END %]
Lines 339-345 for="tobranch"><strong>Clone these rules to:</strong></label> <input type="hidde Link Here
339
                            [% END %]
339
                            [% END %]
340
                        </td>
340
                        </td>
341
                        <td>
341
                        <td>
342
                            <a class="button" href="/cgi-bin/koha/admin/smart-rules.pl?op=delete-branch-item&amp;itemtype=[% branch_item_rule_loo.itemtype %]&amp;branch=[% branch_item_rule_loo.current_branch %]">Delete</a>
342
                            <a class="button" href="/cgi-bin/koha/admin/smart-rules.pl?op=delete-branch-item&amp;itemtype=[% branch_item_rule_loo.itemtype %]&amp;branch=[% current_branch %]">Delete</a>
343
                        </td>
343
                        </td>
344
                    </tr>
344
                    </tr>
345
                [% END %]
345
                [% END %]
346
- 

Return to bug 6351