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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt (-3 / +3 lines)
Lines 183-190 Link Here
183
183
184
    <div id="toolbar" class="btn-toolbar">
184
    <div id="toolbar" class="btn-toolbar">
185
        <div class="btn-group">
185
        <div class="btn-group">
186
            <button class="btn btn-default" id="submit_form"><i class="fa fa-save"></i> Save</button>
186
            <button class="btn btn-primary" id="submit_form"><i class="fa fa-save"></i> Save</button>
187
            <button class="btn btn-default dropdown-toggle" data-toggle="dropdown">
187
            <button class="btn btn-primary dropdown-toggle" data-toggle="dropdown">
188
            <span class="caret"></span>
188
            <span class="caret"></span>
189
            </button>
189
            </button>
190
            <ul class="dropdown-menu">
190
            <ul class="dropdown-menu">
Lines 447-453 Link Here
447
            </table>
447
            </table>
448
            <input type="hidden" name="op" value="delete_confirmed" />
448
            <input type="hidden" name="op" value="delete_confirmed" />
449
            <input type="hidden" name="category" value="[% category | html %]" />
449
            <input type="hidden" name="category" value="[% category | html %]" />
450
            <fieldset class="action"><input type="submit" class="button" value="Delete selected" /></fieldset>
450
            <fieldset class="action"><input type="submit" class="btn btn-primary" value="Delete selected" /></fieldset>
451
        </form>
451
        </form>
452
        <form action="/cgi-bin/koha/tools/additional-contents.pl" method="post" id="delete_single">
452
        <form action="/cgi-bin/koha/tools/additional-contents.pl" method="post" id="delete_single">
453
            <input type="hidden" id="del_op" name="op" value="delete_confirmed" />
453
            <input type="hidden" id="del_op" name="op" value="delete_confirmed" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt (-2 / +2 lines)
Lines 150-158 Link Here
150
         <fieldset class="action">
150
         <fieldset class="action">
151
        <input type="checkbox" name="del_records" id="del_records" /> <label for="del_records">Delete records if no items remain.</label>
151
        <input type="checkbox" name="del_records" id="del_records" /> <label for="del_records">Delete records if no items remain.</label>
152
        [% IF too_many_items_display %]
152
        [% IF too_many_items_display %]
153
            <input type="submit" name="mainformsubmit" value="Delete ALL submitted items" />
153
            <input type="submit" name="mainformsubmit" class="btn btn-primary" value="Delete ALL submitted items" />
154
        [% ELSE %]
154
        [% ELSE %]
155
            <input type="submit" name="mainformsubmit" value="Delete selected items" />
155
            <input type="submit" name="mainformsubmit" class="btn btn-primary" value="Delete selected items" />
156
        [% END %]
156
        [% END %]
157
157
158
        <a href="/cgi-bin/koha/tools/batchMod.pl?del=1" class="cancel">Cancel</a>
158
        <a href="/cgi-bin/koha/tools/batchMod.pl?del=1" class="cancel">Cancel</a>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt (-1 / +1 lines)
Lines 198-204 Link Here
198
                        </fieldset>
198
                        </fieldset>
199
199
200
                        <fieldset class="action">
200
                        <fieldset class="action">
201
                            <input type="submit" id="mainformsubmit" value="Save" />
201
                            <input type="submit" id="mainformsubmit" class="btn btn-primary" value="Save" />
202
                            <a href="/cgi-bin/koha/tools/batchMod.pl" class="cancel">Cancel</a>
202
                            <a href="/cgi-bin/koha/tools/batchMod.pl" class="cancel">Cancel</a>
203
                        </fieldset>
203
                        </fieldset>
204
                    </div> <!-- /#cataloguing_additem_newitem -->
204
                    </div> <!-- /#cataloguing_additem_newitem -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod.tt (-1 / +1 lines)
Lines 82-88 Link Here
82
82
83
                            [% IF ( del ) %]<input type="hidden" name="del" value="1" />[% END %]
83
                            [% IF ( del ) %]<input type="hidden" name="del" value="1" />[% END %]
84
                            <fieldset class="action">
84
                            <fieldset class="action">
85
                                <input type="submit" value="Continue" class="button" />
85
                                <input type="submit" class="btn btn-primary" value="Continue" />
86
                <a class="cancel" href="/cgi-bin/koha/tools/tools-home.pl">Cancel</a>
86
                <a class="cancel" href="/cgi-bin/koha/tools/tools-home.pl">Cancel</a>
87
                            </fieldset>
87
                            </fieldset>
88
88
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt (-2 / +2 lines)
Lines 131-137 Link Here
131
131
132
      <fieldset class="action">
132
      <fieldset class="action">
133
        <input type="hidden" name="op" value="list" />
133
        <input type="hidden" name="op" value="list" />
134
        <input type="submit" value="Continue" class="button" />
134
        <input type="submit" class="btn btn-primary" value="Continue" />
135
        <a class="cancel" href="/cgi-bin/koha/tools/tools-home.pl">Cancel</a>
135
        <a class="cancel" href="/cgi-bin/koha/tools/tools-home.pl">Cancel</a>
136
      </fieldset>
136
      </fieldset>
137
    </form>
137
    </form>
Lines 205-211 Link Here
205
        <fieldset class="action">
205
        <fieldset class="action">
206
          <input type="hidden" name="op" value="delete" />
206
          <input type="hidden" name="op" value="delete" />
207
          <input type="hidden" name="recordtype" value="[% recordtype | html %]" />
207
          <input type="hidden" name="recordtype" value="[% recordtype | html %]" />
208
          <input type="submit" value="Delete selected records" class="button" />
208
          <input type="submit" class="btn btn-primary" value="Delete selected records" />
209
          <a class="cancel" href="/cgi-bin/koha/tools/batch_delete_records.pl">Cancel</a>
209
          <a class="cancel" href="/cgi-bin/koha/tools/batch_delete_records.pl">Cancel</a>
210
        </fieldset>
210
        </fieldset>
211
      </form>
211
      </form>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_extend_due_dates.tt (-2 / +2 lines)
Lines 120-126 Link Here
120
                            </fieldset>
120
                            </fieldset>
121
                            <fieldset class="action">
121
                            <fieldset class="action">
122
                                <input type="hidden" name="op" value="list" />
122
                                <input type="hidden" name="op" value="list" />
123
                                <input type="submit" value="Continue" class="button" />
123
                                <input type="submit" class="btn btn-primary" value="Continue" />
124
                                <a class="cancel" href="/cgi-bin/koha/tools/tools-home.pl">Cancel</a>
124
                                <a class="cancel" href="/cgi-bin/koha/tools/tools-home.pl">Cancel</a>
125
                            </fieldset>
125
                            </fieldset>
126
                        </form> <!-- /#extend_due_dates_form -->
126
                        </form> <!-- /#extend_due_dates_form -->
Lines 166-172 Link Here
166
                                    <input type="hidden" name="op" value="modify" />
166
                                    <input type="hidden" name="op" value="modify" />
167
                                    <input type="hidden" name="new_hard_due_date" value="[% new_hard_due_date | $KohaDates dateformat => 'iso' %]" />
167
                                    <input type="hidden" name="new_hard_due_date" value="[% new_hard_due_date | $KohaDates dateformat => 'iso' %]" />
168
                                    <input type="hidden" name="due_date_days" value="[% due_date_days | html %]" />
168
                                    <input type="hidden" name="due_date_days" value="[% due_date_days | html %]" />
169
                                    <input type="submit" value="Modify selected checkouts" class="button" />
169
                                    <input type="submit" class="btn btn-primary" value="Modify selected checkouts" />
170
                                    <a class="cancel" href="/cgi-bin/koha/tools/batch_extend_due_dates.pl">Cancel</a>
170
                                    <a class="cancel" href="/cgi-bin/koha/tools/batch_extend_due_dates.pl">Cancel</a>
171
                                </fieldset>
171
                                </fieldset>
172
                            </form> <!-- /#process -->
172
                            </form> <!-- /#process -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt (-1 / +1 lines)
Lines 153-159 Link Here
153
                            </fieldset>
153
                            </fieldset>
154
                            <fieldset class="action">
154
                            <fieldset class="action">
155
                                <input type="hidden" name="op" value="list" />
155
                                <input type="hidden" name="op" value="list" />
156
                                <input type="submit" value="Continue" class="button" />
156
                                <input type="submit" class="btn btn-primary" value="Continue" />
157
                                <a class="cancel" href="/cgi-bin/koha/tools/tools-home.pl">Cancel</a>
157
                                <a class="cancel" href="/cgi-bin/koha/tools/tools-home.pl">Cancel</a>
158
                            </fieldset>
158
                            </fieldset>
159
                        </form> <!-- /#record_ids_selection -->
159
                        </form> <!-- /#record_ids_selection -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/cleanborrowers.tt (-2 / +2 lines)
Lines 173-179 Link Here
173
            <input type="hidden" name="step" value="2" />
173
            <input type="hidden" name="step" value="2" />
174
            <input type="hidden" name="branch" value="[% current_branch | html %]" />
174
            <input type="hidden" name="branch" value="[% current_branch | html %]" />
175
            </fieldset>
175
            </fieldset>
176
            <fieldset class="action"><input type="submit" value="Next &gt;&gt;" /></fieldset>
176
            <fieldset class="action"><input type="submit" class="btn btn-primary" value="Next &gt;&gt;" /></fieldset>
177
    </form>
177
    </form>
178
</div>
178
</div>
179
<!-- step 1 END -->
179
<!-- step 1 END -->
Lines 234-240 Link Here
234
            <input type="hidden" name="borrower_categorycode" value="[% borrower_categorycode | html %]" />
234
            <input type="hidden" name="borrower_categorycode" value="[% borrower_categorycode | html %]" />
235
            <input type="hidden" name="patron_list_id" value="[% patron_list_id | html %]" />
235
            <input type="hidden" name="patron_list_id" value="[% patron_list_id | html %]" />
236
            <input type="hidden" name="branch" value="[% current_branch | html %]" />
236
            <input type="hidden" name="branch" value="[% current_branch | html %]" />
237
    <fieldset class="action"><input type="submit" value="Finish" /> <a class="cancel" href="/cgi-bin/koha/tools/cleanborrowers.pl">Cancel</a></fieldset>
237
    <fieldset class="action"><input type="submit" class="btn btn-primary" value="Finish" /> <a class="cancel" href="/cgi-bin/koha/tools/cleanborrowers.pl">Cancel</a></fieldset>
238
        </form>
238
        </form>
239
</div>
239
</div>
240
<!-- STEP 2 END -->
240
<!-- STEP 2 END -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tt (-1 / +1 lines)
Lines 263-269 Link Here
263
            </ol>
263
            </ol>
264
        </fieldset>
264
        </fieldset>
265
        <fieldset class="action">
265
        <fieldset class="action">
266
            <input type="submit" value="Submit" />
266
            <input type="submit" class="btn btn-primary" value="Submit" />
267
            <a class="cancel" href="/cgi-bin/koha/tools/csv-profiles.pl">Cancel</a>
267
            <a class="cancel" href="/cgi-bin/koha/tools/csv-profiles.pl">Cancel</a>
268
        </fieldset>
268
        </fieldset>
269
    </form>
269
    </form>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/export.tt (-4 / +4 lines)
Lines 190-196 Link Here
190
            <input type="hidden" name="op" value="export" />
190
            <input type="hidden" name="op" value="export" />
191
            <input type="hidden" name="record_type" value="bibs" />
191
            <input type="hidden" name="record_type" value="bibs" />
192
192
193
            <fieldset class="action"><input type="submit" value="Export bibliographic records" class="button" /></fieldset>
193
            <fieldset class="action"><input type="submit" class="btn btn-primary" value="Export bibliographic records" /></fieldset>
194
        </form>
194
        </form>
195
        </div>
195
        </div>
196
196
Lines 251-257 Link Here
251
            <input type="hidden" name="op" value="export" />
251
            <input type="hidden" name="op" value="export" />
252
            <input type="hidden" name="record_type" value="auths" />
252
            <input type="hidden" name="record_type" value="auths" />
253
253
254
            <fieldset class="action"><input type="submit" value="Export authority records" class="button" /></fieldset>
254
            <fieldset class="action"><input type="submit" class="btn btn-primary" value="Export authority records" /></fieldset>
255
        </form>
255
        </form>
256
        </div>
256
        </div>
257
257
Lines 275-281 Link Here
275
            [% IF ( dbfiles && (dbfiles.size > 0) ) %]
275
            [% IF ( dbfiles && (dbfiles.size > 0) ) %]
276
                <input type="hidden" name="op" value="export" />
276
                <input type="hidden" name="op" value="export" />
277
                <input type="hidden" name="record_type" value="db" />
277
                <input type="hidden" name="record_type" value="db" />
278
                <fieldset class="action"><input type="submit" value="Download database" class="button" /></fieldset>
278
                <fieldset class="action"><input type="submit" class="btn btn-primary" value="Download database" /></fieldset>
279
            [% END %]
279
            [% END %]
280
        </form>
280
        </form>
281
        </div>
281
        </div>
Lines 301-307 Link Here
301
            [% IF ( conffiles && (conffiles.size > 0) ) %]
301
            [% IF ( conffiles && (conffiles.size > 0) ) %]
302
                <input type="hidden" name="op" value="export" />
302
                <input type="hidden" name="op" value="export" />
303
                <input type="hidden" name="record_type" value="conf" />
303
                <input type="hidden" name="record_type" value="conf" />
304
                <fieldset class="action"><input type="submit" value="Download configuration" class="button" /></fieldset>
304
                <fieldset class="action"><input type="submit" class="btn btn-primary" value="Download configuration" /></fieldset>
305
            [% END %]
305
            [% END %]
306
        </form>
306
        </form>
307
        </div>
307
        </div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tt (-1 / +1 lines)
Lines 358-364 Link Here
358
358
359
        <fieldset class="action">
359
        <fieldset class="action">
360
            <input type="hidden" name="csrf_token" value="[% csrf_token | html %]" />
360
            <input type="hidden" name="csrf_token" value="[% csrf_token | html %]" />
361
            <input type="submit" value="Import" />
361
            <input type="submit" class="btn btn-primary" value="Import" />
362
        </fieldset>
362
        </fieldset>
363
    </form>
363
    </form>
364
[% END %]
364
[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt (-2 / +2 lines)
Lines 238-244 Link Here
238
  </fieldset>
238
  </fieldset>
239
            <input type="hidden" name="op" value="do_it" />
239
            <input type="hidden" name="op" value="do_it" />
240
240
241
            <fieldset class="action"><input type="submit" value="Submit" class="button" /></fieldset>
241
            <fieldset class="action"><input type="submit" class="btn btn-primary" value="Submit" /></fieldset>
242
    </form>
242
    </form>
243
243
244
    [% END %]
244
    [% END %]
Lines 338-344 Link Here
338
    <div class="spacer"></div>
338
    <div class="spacer"></div>
339
    [% UNLESS uploadedbarcodesflag %]
339
    [% UNLESS uploadedbarcodesflag %]
340
      <div style="padding : .3em 0"><a href="#" class="checkall"><i class="fa fa-check"></i> Select all</a> <a href="#" class="clearall"><i class="fa fa-remove"></i> Clear all</a></div>
340
      <div style="padding : .3em 0"><a href="#" class="checkall"><i class="fa fa-check"></i> Select all</a> <a href="#" class="clearall"><i class="fa fa-remove"></i> Clear all</a></div>
341
      <input type="submit" id="markseenandquit" value="Mark seen and quit" />
341
      <input type="submit" id="markseenandquit" class="btn btn-primary" value="Mark seen and quit" />
342
      <input type="submit" value="Mark seen and continue &gt;&gt;" id="markseenandcontinuebutton" />
342
      <input type="submit" value="Mark seen and continue &gt;&gt;" id="markseenandcontinuebutton" />
343
      <input type="submit" value="Continue without marking &gt;&gt;" id="continuewithoutmarkingbutton" class="submit" />
343
      <input type="submit" value="Continue without marking &gt;&gt;" id="continuewithoutmarkingbutton" class="submit" />
344
    [% END %]
344
    [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt (-4 / +4 lines)
Lines 287-294 Link Here
287
287
288
                    <div id="toolbar" class="btn-toolbar">
288
                    <div id="toolbar" class="btn-toolbar">
289
                        <div class="btn-group">
289
                        <div class="btn-group">
290
                            <button class="btn btn-default" id="submit_form"><i class="fa fa-save"></i> Save</button>
290
                            <button class="btn btn-primary" id="submit_form"><i class="fa fa-save"></i> Save</button>
291
                            <button class="btn btn-default dropdown-toggle" data-toggle="dropdown">
291
                            <button class="btn btn-primary dropdown-toggle" data-toggle="dropdown">
292
                            <span class="caret"></span>
292
                            <span class="caret"></span>
293
                            </button>
293
                            </button>
294
                            <ul class="dropdown-menu">
294
                            <ul class="dropdown-menu">
Lines 584-590 Link Here
584
                [% IF ( add_validate or copy_validate) %]
584
                [% IF ( add_validate or copy_validate) %]
585
                    Data recorded
585
                    Data recorded
586
                    <form action="[% action | html %]" method="post">
586
                    <form action="[% action | html %]" method="post">
587
                        <input type="submit" value="OK" />
587
                        <input type="submit" class="btn btn-primary" value="OK" />
588
                    </form>
588
                    </form>
589
                [% END %]
589
                [% END %]
590
590
Lines 624-630 Link Here
624
                [% IF ( delete_confirmed ) %]
624
                [% IF ( delete_confirmed ) %]
625
                    <span>Data deleted</span>
625
                    <span>Data deleted</span>
626
                    <form action="[% action | html %]" method="post">
626
                    <form action="[% action | html %]" method="post">
627
                    <input type="submit" value="OK" />
627
                    <input type="submit" class="btn btn-primary" value="OK" />
628
                    </form>
628
                    </form>
629
                [% END %]
629
                [% END %]
630
630
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt (-1 / +1 lines)
Lines 253-259 Link Here
253
                                [% END %]
253
                                [% END %]
254
                            </ol>
254
                            </ol>
255
                            [% IF ( can_commit ) %]
255
                            [% IF ( can_commit ) %]
256
                                    <fieldset class="action"><input type="submit" value="Apply different matching rules" class="button" /></fieldset>
256
                                    <fieldset class="action"><input type="submit" class="btn btn-primary" value="Apply different matching rules" /></fieldset>
257
                                </form>
257
                                </form>
258
                            [% END %]
258
                            [% END %]
259
                        </fieldset> <!-- /#staged-record-matching-rules -->
259
                        </fieldset> <!-- /#staged-record-matching-rules -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/marc_modification_templates.tt (-1 / +1 lines)
Lines 296-302 Link Here
296
                                <input type="hidden" name="template_id" value="[% template_id | html %]" />
296
                                <input type="hidden" name="template_id" value="[% template_id | html %]" />
297
                                <input type="hidden" name="mmta_id" id="mmta_id" />
297
                                <input type="hidden" name="mmta_id" id="mmta_id" />
298
                                <input type="hidden" name="op" value="add_action" />
298
                                <input type="hidden" name="op" value="add_action" />
299
                                <input id="action_submit" type="submit" value="Add action" />
299
                                <input type="submit" id="action_submit" class="btn btn-primary" value="Add action" />
300
                                <a href="#modaction" class="cancel" id="cancel_edit" onclick="cancelEditAction();">Cancel</a>
300
                                <a href="#modaction" class="cancel" id="cancel_edit" onclick="cancelEditAction();">Cancel</a>
301
                            </fieldset>
301
                            </fieldset>
302
302
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt (-4 / +4 lines)
Lines 79-85 Link Here
79
                                    </ol>
79
                                    </ol>
80
                                </fieldset>
80
                                </fieldset>
81
                                <fieldset class="action">
81
                                <fieldset class="action">
82
                                    <input type="submit" value="Continue" class="button" />
82
                                    <input type="submit" class="btn btn-primary" value="Continue" />
83
                                    <a class="cancel" href="/cgi-bin/koha/tools/tools-home.pl">Cancel</a>
83
                                    <a class="cancel" href="/cgi-bin/koha/tools/tools-home.pl">Cancel</a>
84
                                </fieldset>
84
                                </fieldset>
85
                            </div>
85
                            </div>
Lines 106-112 Link Here
106
                                    </ol>
106
                                    </ol>
107
                                </fieldset>
107
                                </fieldset>
108
                                <fieldset class="action">
108
                                <fieldset class="action">
109
                                    <input type="submit" value="Continue" class="button" />
109
                                    <input type="submit" class="btn btn-primary" value="Continue" />
110
                                    <a class="cancel" href="/cgi-bin/koha/tools/tools-home.pl">Cancel</a>
110
                                    <a class="cancel" href="/cgi-bin/koha/tools/tools-home.pl">Cancel</a>
111
                                </fieldset>
111
                                </fieldset>
112
                            </div>
112
                            </div>
Lines 127-133 Link Here
127
                                        </ol>
127
                                        </ol>
128
                                    </fieldset>
128
                                    </fieldset>
129
                                    <fieldset class="action">
129
                                    <fieldset class="action">
130
                                        <input type="submit" value="Continue" class="button" />
130
                                        <input type="submit" class="btn btn-primary" value="Continue" />
131
                                        <a class="cancel" href="/cgi-bin/koha/tools/tools-home.pl">Cancel</a>
131
                                        <a class="cancel" href="/cgi-bin/koha/tools/tools-home.pl">Cancel</a>
132
                                    </fieldset>
132
                                    </fieldset>
133
                                </div>
133
                                </div>
Lines 383-389 Link Here
383
                                    </ol>
383
                                    </ol>
384
                                </fieldset>
384
                                </fieldset>
385
                                <fieldset class="action">
385
                                <fieldset class="action">
386
                                    <input type="submit" name="mainformsubmit" value="Save" />
386
                                    <input type="submit" name="mainformsubmit" class="btn btn-primary" value="Save" />
387
                                    <a href="/cgi-bin/koha/tools/modborrowers.pl" class="cancel">Cancel</a>
387
                                    <a href="/cgi-bin/koha/tools/modborrowers.pl" class="cancel">Cancel</a>
388
                                </fieldset>
388
                                </fieldset>
389
                            </div>
389
                            </div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/overduerules.tt (-2 / +2 lines)
Lines 49-55 Link Here
49
                    <option value="">Default</option>
49
                    <option value="">Default</option>
50
                    [% PROCESS options_for_libraries libraries => Branches.all( selected => branch ) %]
50
                    [% PROCESS options_for_libraries libraries => Branches.all( selected => branch ) %]
51
                </select>
51
                </select>
52
                <input type="submit" value="Select" />
52
                <input type="submit" class="btn btn-primary" value="Select" />
53
            </form>
53
            </form>
54
            [% IF ( ERROR ) %]
54
            [% IF ( ERROR ) %]
55
            <div class="dialog alert">
55
            <div class="dialog alert">
Lines 160-166 Link Here
160
                    </div> <!-- /.tab-content -->
160
                    </div> <!-- /.tab-content -->
161
                </div>
161
                </div>
162
162
163
                <fieldset class="action"><input type="submit" value="Save changes" /></fieldset>
163
                <fieldset class="action"><input type="submit" class="btn btn-primary" value="Save changes" /></fieldset>
164
            </form>
164
            </form>
165
            [% ELSE %]
165
            [% ELSE %]
166
                <div class="warning">You don't have patron categories defined, or the patron categories are not set to receive overdue notices.</div>
166
                <div class="warning">You don't have patron categories defined, or the patron categories are not set to receive overdue notices.</div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/picture-upload.tt (-1 / +1 lines)
Lines 156-162 Link Here
156
                    <fieldset class="action">
156
                    <fieldset class="action">
157
                        <input type="hidden" name="csrf_token" value="[% csrf_token | html %]" />
157
                        <input type="hidden" name="csrf_token" value="[% csrf_token | html %]" />
158
                        <input type="hidden" name="op" value="Upload" />
158
                        <input type="hidden" name="op" value="Upload" />
159
                        <input type="submit" value="Upload" class="submit" />
159
                        <input type="submit" class="btn btn-primary" value="Upload" />
160
						<a href="/cgi-bin/koha/tools/tools-home.pl" class="cancel">Cancel</a>
160
						<a href="/cgi-bin/koha/tools/tools-home.pl" class="cancel">Cancel</a>
161
                    </fieldset>
161
                    </fieldset>
162
                </form>
162
                </form>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes.tt (-1 / +1 lines)
Lines 82-88 Link Here
82
        </fieldset>
82
        </fieldset>
83
        <fieldset class="action">
83
        <fieldset class="action">
84
            <input type="hidden" name="id" value="[% quote.id | html %]" />
84
            <input type="hidden" name="id" value="[% quote.id | html %]" />
85
            <input type="submit" value="Submit" />
85
            <input type="submit" class="btn btn-primary" value="Submit" />
86
            <a class="cancel" href="/cgi-bin/koha/tools/quotes.pl">Cancel</a>
86
            <a class="cancel" href="/cgi-bin/koha/tools/quotes.pl">Cancel</a>
87
        </fieldset>
87
        </fieldset>
88
    </form>
88
    </form>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/scheduler.tt (-2 / +2 lines)
Lines 78-84 Link Here
78
<input type="text" name="email" id="email" size="50" />
78
<input type="text" name="email" id="email" size="50" />
79
</li>
79
</li>
80
</ol></fieldset>
80
</ol></fieldset>
81
<fieldset class="action"><input class="submit-button" type="submit" value="Save" /></fieldset>
81
<fieldset class="action"><input class="btn btn-primary" type="submit" value="Save" /></fieldset>
82
</form>
82
</form>
83
83
84
[% IF ( JOBS ) %]<h2>Jobs already entered</h2>
84
[% IF ( JOBS ) %]<h2>Jobs already entered</h2>
Lines 95-101 Link Here
95
<tr>
95
<tr>
96
<td>[% JOB.TIME | html %]</td>
96
<td>[% JOB.TIME | html %]</td>
97
<td>[% JOB.TAG | html %]</td>
97
<td>[% JOB.TAG | html %]</td>
98
<td><input type="submit" name="delete" value="Delete" /></td>
98
<td><input type="submit" name="delete" class="btn btn-primary" value="Delete" /></td>
99
</tr>
99
</tr>
100
<input type="hidden" name="jobid" value="[% JOB.JOBID | html %]" />
100
<input type="hidden" name="jobid" value="[% JOB.JOBID | html %]" />
101
</form>
101
</form>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tt (-2 / +2 lines)
Lines 98-104 Link Here
98
    </li>
98
    </li>
99
</ol>
99
</ol>
100
    <fieldset class="action">
100
    <fieldset class="action">
101
        <button id="fileuploadbutton">Upload file</button>
101
        <button id="fileuploadbutton" class="btn btn-primary">Upload file</button>
102
        <button id="fileuploadcancel">Cancel</button>
102
        <button id="fileuploadcancel">Cancel</button>
103
    </fieldset>
103
    </fieldset>
104
</fieldset>
104
</fieldset>
Lines 242-248 Link Here
242
    </fieldset>
242
    </fieldset>
243
243
244
  <fieldset class="action">
244
  <fieldset class="action">
245
    <input type="submit" id="mainformsubmit" class="button" value="Stage for import" />
245
    <input type="submit" id="mainformsubmit" class="btn btn-primary" value="Stage for import" />
246
  </fieldset>
246
  </fieldset>
247
247
248
</form>
248
</form>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stockrotation.tt (-3 / +3 lines)
Lines 195-201 Link Here
195
                            </ol>
195
                            </ol>
196
                        </fieldset>
196
                        </fieldset>
197
                        <fieldset class="action">
197
                        <fieldset class="action">
198
                            <input type="submit" value="Save">
198
                            <input type="submit" class="btn btn-primary" value="Save" />
199
                            <a href="/cgi-bin/koha/tools/stockrotation.pl" class="cancel">Cancel</a>
199
                            <a href="/cgi-bin/koha/tools/stockrotation.pl" class="cancel">Cancel</a>
200
                        </fieldset>
200
                        </fieldset>
201
                        [% IF rota.rota_id %]
201
                        [% IF rota.rota_id %]
Lines 352-358 Link Here
352
                            </ol>
352
                            </ol>
353
                        </fieldset>
353
                        </fieldset>
354
                        <fieldset class="action">
354
                        <fieldset class="action">
355
                            <input type="submit" value="Save">
355
                            <input type="submit" class="btn btn-primary" value="Save" />
356
                            <a href="/cgi-bin/koha/tools/stockrotation.pl?op=manage_stages&amp;rota_id=[% rota_id | uri %]" class="cancel">Cancel</a>
356
                            <a href="/cgi-bin/koha/tools/stockrotation.pl?op=manage_stages&amp;rota_id=[% rota_id | uri %]" class="cancel">Cancel</a>
357
                        </fieldset>
357
                        </fieldset>
358
                        <input type="hidden" name="stage_id" value="[% stage.id | html %]">
358
                        <input type="hidden" name="stage_id" value="[% stage.id | html %]">
Lines 573-579 Link Here
573
573
574
                            </fieldset>
574
                            </fieldset>
575
                            <fieldset class="action">
575
                            <fieldset class="action">
576
                                <input type="submit" value="Save">
576
                                <input type="submit" class="btn btn-primary" value="Save" />
577
                            </fieldset>
577
                            </fieldset>
578
                            <input type="hidden" name="rota_id" value="[% rota_id | html %]">
578
                            <input type="hidden" name="rota_id" value="[% rota_id | html %]">
579
                            <input type="hidden" name="op" value="move_items_to_rota">
579
                            <input type="hidden" name="op" value="move_items_to_rota">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload-images.tt (-1 / +1 lines)
Lines 263-269 Link Here
263
                            </fieldset>
263
                            </fieldset>
264
264
265
                            <fieldset id="process_images" class="action">
265
                            <fieldset id="process_images" class="action">
266
                                <button type="submit" class="btn btn-default btn-sm save_image">Process images</button>
266
                                <button type="submit" class="btn btn-primary btn-sm save_image">Process images</button>
267
                                [% IF ( biblionumber ) %]
267
                                [% IF ( biblionumber ) %]
268
                                    <a class="cancel cancel_image" href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblionumber | uri %]">Cancel</a>
268
                                    <a class="cancel cancel_image" href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblionumber | uri %]">Cancel</a>
269
                                [% ELSE %]
269
                                [% ELSE %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload.tt (-3 / +3 lines)
Lines 98-104 Link Here
98
        </li>
98
        </li>
99
        </ol>
99
        </ol>
100
        <fieldset class="action">
100
        <fieldset class="action">
101
            <button id="fileuploadbutton">Upload</button>
101
            <button id="fileuploadbutton" class="btn btn-primary">Upload</button>
102
            <button id="fileuploadcancel">Cancel</button>
102
            <button id="fileuploadcancel">Cancel</button>
103
        </fieldset>
103
        </fieldset>
104
        </fieldset>
104
        </fieldset>
Lines 136-142 Link Here
136
            </li>
136
            </li>
137
        </ol>
137
        </ol>
138
        <fieldset class="action">
138
        <fieldset class="action">
139
            <button id="browsebutton" class="submit">Search</button>
139
            <button id="browsebutton" class="btn btn-primary">Search</button>
140
        </fieldset>
140
        </fieldset>
141
        </fieldset>
141
        </fieldset>
142
    </form>
142
    </form>
Lines 156-162 Link Here
156
        </li>
156
        </li>
157
        </ol>
157
        </ol>
158
        <fieldset class="action">
158
        <fieldset class="action">
159
            <button id="searchbutton" class="submit">Search</button>
159
            <button id="searchbutton" class="btn btn-primary">Search</button>
160
        </fieldset>
160
        </fieldset>
161
        </fieldset>
161
        </fieldset>
162
    </form>
162
    </form>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt (-2 / +1 lines)
Lines 312-318 Link Here
312
						</ol>
312
						</ol>
313
					</fieldset>
313
					</fieldset>
314
					<fieldset class="action">
314
					<fieldset class="action">
315
						<input type="submit" value="Submit" />
315
                        <input type="submit" class="btn btn-primary" value="Submit" />
316
						<input type="hidden" name="do_it" value="1" />
316
						<input type="hidden" name="do_it" value="1" />
317
					</fieldset>
317
					</fieldset>
318
			</form>
318
			</form>
319
- 

Return to bug 32096