View | Details | Raw Unified | Return to bug 5649
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tmpl (-2 / +1 lines)
Lines 274-280 td input,td input[type="submit"] { font-size: 85%; padding: 1px; } Link Here
274
  </fieldset>
274
  </fieldset>
275
  <fieldset class="brief">
275
  <fieldset class="brief">
276
   <h4>Test Blacklist</h4>
276
   <h4>Test Blacklist</h4>
277
   <div class="description">Enter a word or phrase here to test against your whitelist/blacklist: </div>
277
   <div class="description">Enter a word or phrase to check against approved/rejected lists: </div>
278
   <form method="post" action="/cgi-bin/koha/tags/review.pl">
278
   <form method="post" action="/cgi-bin/koha/tags/review.pl">
279
   <input type="text" size="14" name="test" id="test" />
279
   <input type="text" size="14" name="test" id="test" />
280
   <fieldset class="action"><input type="submit" value="Test" id="test_button" name="op" /></fieldset>
280
   <fieldset class="action"><input type="submit" value="Test" id="test_button" name="op" /></fieldset>
281
- 

Return to bug 5649