Lines 167-173
$(document).ready(function() {
Link Here
|
167 |
</fieldset> |
167 |
</fieldset> |
168 |
<fieldset class="action"> |
168 |
<fieldset class="action"> |
169 |
<input type="hidden" name="op" value="list" /> |
169 |
<input type="hidden" name="op" value="list" /> |
170 |
<input type="submit" value="Continue" class="button" /> |
170 |
<button type="submit" class="btn btn-default btn-sm">Continue</button> |
171 |
<a class="cancel" href="/cgi-bin/koha/tools/tools-home.pl">Cancel</a> |
171 |
<a class="cancel" href="/cgi-bin/koha/tools/tools-home.pl">Cancel</a> |
172 |
</fieldset> |
172 |
</fieldset> |
173 |
</form> |
173 |
</form> |
Lines 259-265
$(document).ready(function() {
Link Here
|
259 |
<fieldset class="action"> |
259 |
<fieldset class="action"> |
260 |
<input type="hidden" name="op" value="modify" /> |
260 |
<input type="hidden" name="op" value="modify" /> |
261 |
<input type="hidden" name="recordtype" value="[% recordtype %]" /> |
261 |
<input type="hidden" name="recordtype" value="[% recordtype %]" /> |
262 |
<input type="button" id="mainformsubmit" value="Modify selected records" class="button" /> |
262 |
<button type="submit" class="btn btn-primary btn-sm" id="mainformsubmit"><i class="fa fa-pencil"></i> Modify selected records</button> |
263 |
<input type="hidden" name="runinbackground" id="runinbackground" value="" /> |
263 |
<input type="hidden" name="runinbackground" id="runinbackground" value="" /> |
264 |
<input type="hidden" name="completedJobID" id="completedJobID" value="" /> |
264 |
<input type="hidden" name="completedJobID" id="completedJobID" value="" /> |
265 |
<a class="cancel" href="/cgi-bin/koha/tools/batch_record_modification.pl">Cancel</a> |
265 |
<a class="cancel" href="/cgi-bin/koha/tools/batch_record_modification.pl">Cancel</a> |
266 |
- |
|
|