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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt (-2 / +1 lines)
Lines 622-628 Link Here
622
                    }
622
                    }
623
                    ol.append(li);
623
                    ol.append(li);
624
                });
624
                });
625
                ol.append(`<li><button class="btn btn-default" onclick="remove_interface(${i});"><i class="fa fa-trash"></i> Delete interface</li>`);
625
                ol.append(`<li><button class="btn btn-default" onclick="remove_interface(${i});"><i class="fa fa-trash"></i> ` + _("Delete interface") + '</li>');
626
                n.append(ol);
626
                n.append(ol);
627
                nodes.append(n);
627
                nodes.append(n);
628
            });
628
            });
629
- 

Return to bug 33104