Lines 71-77
Link Here
|
71 |
<div class="page-section"> |
71 |
<div class="page-section"> |
72 |
<form action="/cgi-bin/koha/admin/marc-overlay-rules.pl" method="POST" id="marc-overlay-rules-form"> |
72 |
<form action="/cgi-bin/koha/admin/marc-overlay-rules.pl" method="POST" id="marc-overlay-rules-form"> |
73 |
[% INCLUDE 'csrf-token.inc' %] |
73 |
[% INCLUDE 'csrf-token.inc' %] |
74 |
<input type="hidden" name="op"> |
74 |
<input type="hidden" name="op" value="cud-add"> |
75 |
<table id="marc-overlay-rules"> |
75 |
<table id="marc-overlay-rules"> |
76 |
<thead><tr> |
76 |
<thead><tr> |
77 |
<th>Rule</th> |
77 |
<th>Rule</th> |
78 |
- |
|
|