Lines 237-243
Link Here
|
237 |
<form action="/cgi-bin/koha/admin/branches.pl" method="post"> |
237 |
<form action="/cgi-bin/koha/admin/branches.pl" method="post"> |
238 |
<input type="hidden" name="branchcode" value="[% library.branchcode |html %]" /> |
238 |
<input type="hidden" name="branchcode" value="[% library.branchcode |html %]" /> |
239 |
<input type="hidden" name="op" value="delete_confirm" /> |
239 |
<input type="hidden" name="op" value="delete_confirm" /> |
240 |
<button type="submit" class="btn btn-default btn-xs"><i class="fa fa-trash"></i> Delete</button> |
240 |
<button type="submit" id="delete_library_[% library.branchcode | html %]"class="btn btn-default btn-xs"><i class="fa fa-trash"></i> Delete</button> |
241 |
</form> |
241 |
</form> |
242 |
</td> |
242 |
</td> |
243 |
</tr> |
243 |
</tr> |
244 |
- |
|
|