Lines 245-252
Link Here
|
245 |
<fieldset class="brief"> |
245 |
<fieldset class="brief"> |
246 |
<h4>Check lists</h4> |
246 |
<h4>Check lists</h4> |
247 |
<div class="description">Enter a word or phrase to check against approved/rejected lists: </div> |
247 |
<div class="description">Enter a word or phrase to check against approved/rejected lists: </div> |
248 |
<form method="post" action="/cgi-bin/koha/tags/review.pl"> |
248 |
<form method="get" action="/cgi-bin/koha/tags/review.pl"> |
249 |
[% INCLUDE 'csrf-token.inc' %] |
249 |
<input type="hidden" name="op" value="test"> |
250 |
<input type="text" size="14" name="test" id="test" /> |
250 |
<input type="text" size="14" name="test" id="test" /> |
251 |
<fieldset class="action"> |
251 |
<fieldset class="action"> |
252 |
<button type="submit" value="Test" class="approval_btn btn btn-default btn-md" id="test_button" name="op-test"><i class="fas fa-check-square" aria-hidden="true"></i> Test</button> |
252 |
<button type="submit" value="Test" class="approval_btn btn btn-default btn-md" id="test_button" name="op-test"><i class="fas fa-check-square" aria-hidden="true"></i> Test</button> |
Lines 271-278
Link Here
|
271 |
</div> <!-- /.col-sm-10 order-sm-1 order-md-2 --> |
271 |
</div> <!-- /.col-sm-10 order-sm-1 order-md-2 --> |
272 |
<div class="col-md-2 order-sm-2 order-md-1"> |
272 |
<div class="col-md-2 order-sm-2 order-md-1"> |
273 |
<aside> |
273 |
<aside> |
274 |
<form method="post" action="/cgi-bin/koha/tags/review.pl"> |
274 |
<form method="get" action="/cgi-bin/koha/tags/review.pl"> |
275 |
[% INCLUDE 'csrf-token.inc' %] |
|
|
276 |
<fieldset class="brief"> |
275 |
<fieldset class="brief"> |
277 |
<h4>Filters</h4> |
276 |
<h4>Filters</h4> |
278 |
<ol> |
277 |
<ol> |
279 |
- |
|
|