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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt (-2 / +2 lines)
Lines 145-151 $(document).ready(function() { Link Here
145
      </fieldset>
145
      </fieldset>
146
      <fieldset class="action">
146
      <fieldset class="action">
147
        <input type="hidden" name="op" value="list" />
147
        <input type="hidden" name="op" value="list" />
148
        <input type="submit" value="Continue" class="button" />
148
        <button type="submit" class="btn btn-default btn-sm">Continue</button>
149
        <a class="cancel" href="/cgi-bin/koha/tools/tools-home.pl">Cancel</a>
149
        <a class="cancel" href="/cgi-bin/koha/tools/tools-home.pl">Cancel</a>
150
      </fieldset>
150
      </fieldset>
151
    </form>
151
    </form>
Lines 216-222 $(document).ready(function() { Link Here
216
        <fieldset class="action">
216
        <fieldset class="action">
217
          <input type="hidden" name="op" value="delete" />
217
          <input type="hidden" name="op" value="delete" />
218
          <input type="hidden" name="recordtype" value="[% recordtype %]" />
218
          <input type="hidden" name="recordtype" value="[% recordtype %]" />
219
          <input type="submit" value="Delete selected records" class="button" />
219
          <button type="submit" class="btn btn-primary btn-sm"><i class="fa fa-trash"></i> Delete selected records</button>
220
          <a class="cancel" href="/cgi-bin/koha/tools/batch_delete_records.pl">Cancel</a>
220
          <a class="cancel" href="/cgi-bin/koha/tools/batch_delete_records.pl">Cancel</a>
221
        </fieldset>
221
        </fieldset>
222
      </form>
222
      </form>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt (-3 / +2 lines)
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
- 

Return to bug 18042