|
Lines 64-77
Link Here
|
| 64 |
<h3>Remove rule?</h3> |
64 |
<h3>Remove rule?</h3> |
| 65 |
<p>Are you sure you want to remove the selected rule(s)?</p> |
65 |
<p>Are you sure you want to remove the selected rule(s)?</p> |
| 66 |
|
66 |
|
| 67 |
<form action="[% script_name | uri %]" method="GET"> |
67 |
<form action="/cgi-bin/koha/admin/marc-overlay-rules.pl" method="GET"> |
| 68 |
<button type="submit" class="deny"><i class="fa fa-fw fa-remove"></i> No, do not remove</button> |
68 |
<button type="submit" class="deny"><i class="fa fa-fw fa-remove"></i> No, do not remove</button> |
| 69 |
</form> |
69 |
</form> |
| 70 |
<button type="button" class="approve" id="doremove"><i class="fa fa-fw fa-check"></i> Yes, remove</button> |
70 |
<button type="button" class="approve" id="doremove"><i class="fa fa-fw fa-check"></i> Yes, remove</button> |
| 71 |
</div> |
71 |
</div> |
| 72 |
[% END %] |
72 |
[% END %] |
| 73 |
|
73 |
|
| 74 |
<form action="[% script_name | uri %]" method="POST" id="marc-overlay-rules-form"> |
74 |
<form action="/cgi-bin/koha/admin/marc-overlay-rules.pl" method="POST" id="marc-overlay-rules-form"> |
| 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> |
|
Lines 251-257
Link Here
|
| 251 |
</table> |
251 |
</table> |
| 252 |
</form> |
252 |
</form> |
| 253 |
|
253 |
|
| 254 |
<form action="[% script_name | uri %]" method="post"> |
254 |
<form action="/cgi-bin/koha/admin/marc-overlay-rules.pl" method="post"> |
| 255 |
<input type="hidden" name="op" value="redo-matching" /> |
255 |
<input type="hidden" name="op" value="redo-matching" /> |
| 256 |
</form> |
256 |
</form> |
| 257 |
|
257 |
|
| 258 |
- |
|
|