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