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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc (-1 / +1 lines)
Lines 262-268 CAN_user_serials_create_subscription ) %] Link Here
262
[% END %]
262
[% END %]
263
263
264
[% IF Koha.Preference('ArticleRequests') %]
264
[% IF Koha.Preference('ArticleRequests') %]
265
    <div class="btn-group"><a id="placehold" class="btn btn-small" href="/cgi-bin/koha/circ/request-article.pl?biblionumber=[% biblionumber %]"><i class="fa fa-file-text-o"></i> Request article</a></div>
265
    <div class="btn-group"><a id="placehold" class="btn btn-default btn-sm" href="/cgi-bin/koha/circ/request-article.pl?biblionumber=[% biblionumber %]"><i class="fa fa-file-text-o"></i> Request article</a></div>
266
[% END %]
266
[% END %]
267
267
268
</div>
268
</div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt (-1 / +1 lines)
Lines 206-212 Link Here
206
                                <form action="/cgi-bin/koha/acqui/basket.pl" method="post">
206
                                <form action="/cgi-bin/koha/acqui/basket.pl" method="post">
207
                                    <input type="hidden" name="op" value="email" />
207
                                    <input type="hidden" name="op" value="email" />
208
                                    <input type="hidden" name="basketno" value="[% basketno %]" />
208
                                    <input type="hidden" name="basketno" value="[% basketno %]" />
209
                                    <button type="submit" class="btn btn-small" id="emailvendorbutton"><i class="fa fa-envelope"></i> E-mail order</button>
209
                                    <button type="submit" class="btn btn-default btn-sm" id="emailvendorbutton"><i class="fa fa-envelope"></i> E-mail order</button>
210
                                </form>
210
                                </form>
211
                            </div>
211
                            </div>
212
                        [% END %]
212
                        [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/fieldmapping.tt (-1 / +1 lines)
Lines 71-77 $(document).ready(function() { Link Here
71
										<td>[% field.field %]</td>
71
										<td>[% field.field %]</td>
72
										<td>[% field.fieldcode %]</td>
72
										<td>[% field.fieldcode %]</td>
73
										<td>[% field.subfieldcode %]</td>
73
										<td>[% field.subfieldcode %]</td>
74
                                        <td><a class="btn btn-mini" href="?op=delete&amp;id=[% field.id %]&amp;framework=[% field.framework %]"><i class="fa fa-trash"></i> Delete</a></td>
74
                                        <td><a class="btn btn-default btn-xs" href="?op=delete&amp;id=[% field.id %]&amp;framework=[% field.framework %]"><i class="fa fa-trash"></i> Delete</a></td>
75
									</tr>
75
									</tr>
76
									[% END %]
76
									[% END %]
77
								</table>[% END %]
77
								</table>[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/article-requests.tt (-3 / +3 lines)
Lines 132-138 Link Here
132
                            [% END %]
132
                            [% END %]
133
                        [% END %]
133
                        [% END %]
134
                    </select>
134
                    </select>
135
                    <button type="submit" class="btn btn-small" type="submit">
135
                    <button type="submit" class="btn btn-default btn-sm" type="submit">
136
                        <i class="fa fa-refresh"></i> Update
136
                        <i class="fa fa-refresh"></i> Update
137
                    </button>
137
                    </button>
138
                </form>
138
                </form>
Lines 245-251 Link Here
245
                                        <td class="ar-date"><span title="[% ar.created_on %]">[% ar.created_on | $KohaDates %]</span></td>
245
                                        <td class="ar-date"><span title="[% ar.created_on %]">[% ar.created_on | $KohaDates %]</span></td>
246
                                        <td class="ar-actions">
246
                                        <td class="ar-actions">
247
                                            <div class="dropdown">
247
                                            <div class="dropdown">
248
                                                <a class="btn btn-mini dropdown-toggle" id="ar-actions" role="button" data-toggle="dropdown" href="#">
248
                                                <a class="btn btn-default btn-xs dropdown-toggle" id="ar-actions" role="button" data-toggle="dropdown" href="#">
249
                                                    Actions <b class="caret"></b>
249
                                                    Actions <b class="caret"></b>
250
                                                </a>
250
                                                </a>
251
251
Lines 373-379 Link Here
373
                                        <td class="ar-date"><span title="[% ar.created_on %]">[% ar.created_on | $KohaDates %]</span></td>
373
                                        <td class="ar-date"><span title="[% ar.created_on %]">[% ar.created_on | $KohaDates %]</span></td>
374
                                        <td class="ar-actions">
374
                                        <td class="ar-actions">
375
                                            <div class="dropdown">
375
                                            <div class="dropdown">
376
                                                <a class="btn btn-mini dropdown-toggle" id="ar-actions" role="button" data-toggle="dropdown" href="#">
376
                                                <a class="btn btn-default btn-xs dropdown-toggle" id="ar-actions" role="button" data-toggle="dropdown" href="#">
377
                                                    Actions <b class="caret"></b>
377
                                                    Actions <b class="caret"></b>
378
                                                </a>
378
                                                </a>
379
379
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/request-article.tt (-2 / +1 lines)
Lines 287-293 $(document).ready(function() { Link Here
287
                                [% END %]
287
                                [% END %]
288
288
289
                                <p>
289
                                <p>
290
                                    <input type="submit" class="btn" value="Place request" />
290
                                    <input type="submit" class="btn btn-default" value="Place request" />
291
                                </p>
291
                                </p>
292
                            </form>
292
                            </form>
293
                        [% ELSE %]
293
                        [% ELSE %]
294
- 

Return to bug 16239