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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_ean_accounts.tt (-3 / +2 lines)
Lines 116-122 Link Here
116
<h3>Delete EAN [% ean.ean %] for [% ean.branch.branchname %]?</h3>
116
<h3>Delete EAN [% ean.ean %] for [% ean.branch.branchname %]?</h3>
117
<form action="/cgi-bin/koha/admin/edi_ean_accounts.pl" method="post">
117
<form action="/cgi-bin/koha/admin/edi_ean_accounts.pl" method="post">
118
    <input type="hidden" name="op" value="delete_confirmed" />
118
    <input type="hidden" name="op" value="delete_confirmed" />
119
    <input type="hidden" name="ean" value="[% ean.id %]" />
119
    <input type="hidden" name="id" value="[% ean.id %]" />
120
    <button type="submit" class="approve"><i class="fa fa-fw fa-check"></i> Yes, delete</button>
120
    <button type="submit" class="approve"><i class="fa fa-fw fa-check"></i> Yes, delete</button>
121
</form>
121
</form>
122
<form action="/cgi-bin/koha/admin/edi_ean_accounts.pl" method="get">
122
<form action="/cgi-bin/koha/admin/edi_ean_accounts.pl" method="get">
Lines 150-156 Link Here
150
                </td>
150
                </td>
151
                <td class="actions">
151
                <td class="actions">
152
                    <a class="btn btn-mini" href="/cgi-bin/koha/admin/edi_ean_accounts.pl?op=ean_form&branchcode=[% ean.branch.branchcode %]&ean=[% ean.ean %]"><i class="fa fa-pencil"></i> Edit</a>
152
                    <a class="btn btn-mini" href="/cgi-bin/koha/admin/edi_ean_accounts.pl?op=ean_form&branchcode=[% ean.branch.branchcode %]&ean=[% ean.ean %]"><i class="fa fa-pencil"></i> Edit</a>
153
                    <a class="btn btn-mini" href="/cgi-bin/koha/admin/edi_ean_accounts.pl?op=delete_confirm&ean=[% ean.id %]"><i class="fa fa-trash"></i> Delete</a>
153
                    <a class="btn btn-mini" href="/cgi-bin/koha/admin/edi_ean_accounts.pl?op=delete_confirm&id=[% ean.id %]"><i class="fa fa-trash"></i> Delete</a>
154
                </td>
154
                </td>
155
            </tr>
155
            </tr>
156
        [% END %]
156
        [% END %]
157
- 

Return to bug 16208