Lines 377-382
Link Here
|
377 |
[% IF additional_contents.count %] |
377 |
[% IF additional_contents.count %] |
378 |
<div class="page-section"> |
378 |
<div class="page-section"> |
379 |
<form id="del_form" method="post" action="/cgi-bin/koha/tools/additional-contents.pl"> |
379 |
<form id="del_form" method="post" action="/cgi-bin/koha/tools/additional-contents.pl"> |
|
|
380 |
[% INCLUDE 'csrf-token.inc' %] |
380 |
<table id="table_additional_contents"> |
381 |
<table id="table_additional_contents"> |
381 |
<thead> |
382 |
<thead> |
382 |
<tr> |
383 |
<tr> |
383 |
- |
|
|