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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt (-1 / +1 lines)
Lines 84-90 Link Here
84
84
85
[% IF ( loop_budget ) %]
85
[% IF ( loop_budget ) %]
86
86
87
    <h3>All available funds</h3>
87
    <h2>All available funds</h2>
88
88
89
    <div id="BudgetsAndFunds">
89
    <div id="BudgetsAndFunds">
90
        <div class="toolbar btn-toolbar">
90
        <div class="toolbar btn-toolbar">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt (-2 / +2 lines)
Lines 28-34 Batch list Link Here
28
        <div class="row">
28
        <div class="row">
29
            <div class="col-sm-6 col-sm-offset-3 col-md-8 col-md-offset-2">
29
            <div class="col-sm-6 col-sm-offset-3 col-md-8 col-md-offset-2">
30
             [% IF ( allmatch ) %]<div class="dialog alert">
30
             [% IF ( allmatch ) %]<div class="dialog alert">
31
              <h4>No records imported</h4>
31
              <h2>No records imported</h2>
32
             No record have been imported because they all match an existing record in your catalog.<br />You'll have to treat them individually.
32
             No record have been imported because they all match an existing record in your catalog.<br />You'll have to treat them individually.
33
             </div>
33
             </div>
34
             [% END %]
34
             [% END %]
Lines 259-265 Batch list Link Here
259
                                <div class="modal-content">
259
                                <div class="modal-content">
260
                                <div class="modal-header">
260
                                <div class="modal-header">
261
                                    <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
261
                                    <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
262
                                    <h3 id="dataPreviewLabel">MARC preview</h3>
262
                                    <h2 id="dataPreviewLabel">MARC preview</h2>
263
                                </div>
263
                                </div>
264
                                <div class="modal-body">
264
                                <div class="modal-body">
265
                                    <div id="loading"> <img src="[% interface | html %]/[% theme | html %]/img/spinner-small.gif" alt="" /> Loading </div>
265
                                    <div id="loading"> <img src="[% interface | html %]/[% theme | html %]/img/spinner-small.gif" alt="" /> Loading </div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt (-4 / +4 lines)
Lines 120-126 Link Here
120
                    <div class="modal-content">
120
                    <div class="modal-content">
121
                    <div class="modal-header">
121
                    <div class="modal-header">
122
                        <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
122
                        <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
123
                        <h3>Confirm deletion</h3>
123
                        <h2>Confirm deletion</h2>
124
                    </div>
124
                    </div>
125
                    [% UNLESS book_foot_loop %]
125
                    [% UNLESS book_foot_loop %]
126
                        <div class="modal-body">
126
                        <div class="modal-body">
Lines 188-194 Link Here
188
    [% ELSE %]
188
    [% ELSE %]
189
        [% IF ( delete_confirmed ) %]
189
        [% IF ( delete_confirmed ) %]
190
            <div class="dialog message">
190
            <div class="dialog message">
191
                <h3>Basket deleted</h3>
191
                <h2>Basket deleted</h2>
192
            </div>
192
            </div>
193
            [% IF (cannotdelbiblios) %]
193
            [% IF (cannotdelbiblios) %]
194
                <div class="dialog alert">
194
                <div class="dialog alert">
Lines 408-414 Link Here
408
            </div> <!-- /#acqui_basket_summary.row -->
408
            </div> <!-- /#acqui_basket_summary.row -->
409
        [% END %]
409
        [% END %]
410
        [% IF ( duplinbatch ) %]<div class="dialog alert">
410
        [% IF ( duplinbatch ) %]<div class="dialog alert">
411
        <h4>Duplicate warning</h4>
411
        <h2>Duplicate warning</h2>
412
        <p>Some records have not been automatically added because they match an existing record in your catalog:<a href="/cgi-bin/koha/acqui/addorderiso2709.pl?import_batch_id=[% duplinbatch | uri %]&amp;basketno=[% basketno | uri %]&amp;booksellerid=[% booksellerid | uri %]" title="Open in new window" target="_blank" style="margin-left:10px"><i class="fa fa-window-restore"></i> Display them</a></p>
412
        <p>Some records have not been automatically added because they match an existing record in your catalog:<a href="/cgi-bin/koha/acqui/addorderiso2709.pl?import_batch_id=[% duplinbatch | uri %]&amp;basketno=[% basketno | uri %]&amp;booksellerid=[% booksellerid | uri %]" title="Open in new window" target="_blank" style="margin-left:10px"><i class="fa fa-window-restore"></i> Display them</a></p>
413
        </div>[% END %]
413
        </div>[% END %]
414
414
Lines 792-798 Link Here
792
            <div class="modal-content">
792
            <div class="modal-content">
793
                <div class="modal-header">
793
                <div class="modal-header">
794
                    <button type="button" class="closebtn" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
794
                    <button type="button" class="closebtn" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
795
                    <h4 class="modal-title" id="noteEditorLabel">Order note</h4>
795
                    <h2 class="modal-title" id="noteEditorLabel">Order note</h2>
796
                </div>
796
                </div>
797
                <div class="modal-body">
797
                <div class="modal-body">
798
                <textarea id="ordernotes" name="ordernotes" rows="3" cols="30" class="focus">[% ordernotes | html %]</textarea>
798
                <textarea id="ordernotes" name="ordernotes" rows="3" cols="30" class="focus">[% ordernotes | html %]</textarea>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt (-1 / +1 lines)
Lines 191-197 fieldset.various li { Link Here
191
                                    <div id="groups">
191
                                    <div id="groups">
192
                                        <fieldset class="brief">
192
                                        <fieldset class="brief">
193
                                            <div class="workarea_alt" >
193
                                            <div class="workarea_alt" >
194
                                                <h3>Ungrouped baskets</h3>
194
                                                <h2>Ungrouped baskets</h2>
195
                                                <ul id="ungrouped" class="draglist_alt">
195
                                                <ul id="ungrouped" class="draglist_alt">
196
                                                    [% IF ( baskets ) %]
196
                                                    [% IF ( baskets ) %]
197
                                                        [% FOREACH basket IN baskets %]
197
                                                        [% FOREACH basket IN baskets %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt (-3 / +3 lines)
Lines 42-52 Link Here
42
<h1>Search for vendor</h1>
42
<h1>Search for vendor</h1>
43
[% UNLESS ( count == 1 ) %]
43
[% UNLESS ( count == 1 ) %]
44
    [% UNLESS count %]
44
    [% UNLESS count %]
45
        <h1>Your search returned no results.</h1>
45
        <h2>Your search returned no results.</h2>
46
    [% ELSIF ( supplier.length < 1 ) %]
46
    [% ELSIF ( supplier.length < 1 ) %]
47
        <h1>Vendor search: [% count | html %] results found</h1>
47
        <h2>Vendor search: [% count | html %] results found</h2>
48
    [% ELSE %]
48
    [% ELSE %]
49
        <h1>Vendor search: [% count | html %] results found for '[% supplier | html %]'</h1>
49
        <h2>Vendor search: [% count | html %] results found for '[% supplier | html %]'</h2>
50
    [% END %]
50
    [% END %]
51
[% END %]
51
[% END %]
52
[% IF ( loop_suppliers.size ) %]
52
[% IF ( loop_suppliers.size ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/edifactmsgs.tt (-1 / +1 lines)
Lines 95-101 Link Here
95
    <div class="modal-content">
95
    <div class="modal-content">
96
    <div class="modal-header">
96
    <div class="modal-header">
97
        <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">&times;</button>
97
        <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">&times;</button>
98
        <h3 id="EDI_modal_label">EDIFACT message</h3>
98
        <h2 id="EDI_modal_label">EDIFACT message</h2>
99
    </div>
99
    </div>
100
    <div class="modal-body">
100
    <div class="modal-body">
101
        <div id="loading"> <img src="[% interface | html %]/[% theme | html %]/img/spinner-small.gif" alt="" /> Loading </div>
101
        <div id="loading"> <img src="[% interface | html %]/[% theme | html %]/img/spinner-small.gif" alt="" /> Loading </div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt (-2 / +2 lines)
Lines 59-65 Link Here
59
                [% END %]
59
                [% END %]
60
60
61
61
62
    [% IF ( order_loop ) %]<h1>Search results</h1>
62
    [% IF ( order_loop ) %]<h2>Search results</h2>
63
	<div id="acqui_histsearch">
63
	<div id="acqui_histsearch">
64
        <table id="histsearcht">
64
        <table id="histsearcht">
65
            <thead>
65
            <thead>
Lines 175-181 Link Here
175
    <form action="/cgi-bin/koha/acqui/histsearch.pl" method="post">
175
    <form action="/cgi-bin/koha/acqui/histsearch.pl" method="post">
176
        [% IF ( context == "sidebar" ) %]
176
        [% IF ( context == "sidebar" ) %]
177
            <fieldset class="brief">
177
            <fieldset class="brief">
178
                <h4>Search orders</h4>
178
                <h2>Search orders</h2>
179
        [% ELSE %]
179
        [% ELSE %]
180
            <fieldset class="rows">
180
            <fieldset class="rows">
181
                <legend>Search orders</legend>
181
                <legend>Search orders</legend>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt (-2 / +2 lines)
Lines 150-156 Link Here
150
150
151
      <hr />
151
      <hr />
152
152
153
        <h3>Adjustments</h3>
153
        <h2>Adjustments</h2>
154
154
155
          <form action="/cgi-bin/koha/acqui/invoice.pl" method="post" class="validated">
155
          <form action="/cgi-bin/koha/acqui/invoice.pl" method="post" class="validated">
156
              <fieldset class="rows">
156
              <fieldset class="rows">
Lines 264-270 Link Here
264
                      </p>
264
                      </p>
265
265
266
                      <fieldset id="add_invoice_adjustment" style="display:none">
266
                      <fieldset id="add_invoice_adjustment" style="display:none">
267
                          <h4>Add an adjustment</h4>
267
                          <h3>Add an adjustment</h3>
268
                          <input type="hidden" name="adjustment_id" value="new" />
268
                          <input type="hidden" name="adjustment_id" value="new" />
269
                              <ol>
269
                              <ol>
270
                                  <li>
270
                                  <li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt (-1 / +1 lines)
Lines 266-272 Link Here
266
<aside>
266
<aside>
267
    <form action="" method="get">
267
    <form action="" method="get">
268
      <fieldset class="sidebar brief">
268
      <fieldset class="sidebar brief">
269
        <h3>Search filters</h3>
269
        <h2>Search filters</h2>
270
        <ol>
270
        <ol>
271
          <li>
271
          <li>
272
            <label for="invoicenumber">Invoice no:</label>
272
            <label for="invoicenumber">Invoice no:</label>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt (-2 / +2 lines)
Lines 225-231 Link Here
225
    <aside>
225
    <aside>
226
<form action="lateorders.pl" method="get">
226
<form action="lateorders.pl" method="get">
227
<fieldset class="brief">
227
<fieldset class="brief">
228
<h4>Filter results:</h4>
228
<h2>Filter results:</h2>
229
[% FOREACH ERROR_LOO IN ERROR_LOOP %]
229
[% FOREACH ERROR_LOO IN ERROR_LOOP %]
230
[% IF ( ERROR_LOO.delay_digits ) %]<p class="error">The number of days ([% ERROR_LOO.bad_delay | html %]) must be a number between 0 and 999.</p>[% END %]
230
[% IF ( ERROR_LOO.delay_digits ) %]<p class="error">The number of days ([% ERROR_LOO.bad_delay | html %]) must be a number between 0 and 999.</p>[% END %]
231
[% END %]
231
[% END %]
Lines 267-273 Link Here
267
            <div class="modal-content">
267
            <div class="modal-content">
268
                <div class="modal-header">
268
                <div class="modal-header">
269
                    <button type="button" class="closebtn" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
269
                    <button type="button" class="closebtn" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
270
                    <h4 class="modal-title" id="noteEditorLabel">Order note</h4>
270
                    <h2 class="modal-title" id="noteEditorLabel">Order note</h2>
271
                </div>
271
                </div>
272
                <div class="modal-body">
272
                <div class="modal-body">
273
                <textarea id="ordernotes" name="ordernotes" rows="3" cols="30" class="focus">[% ordernotes | html %]</textarea>
273
                <textarea id="ordernotes" name="ordernotes" rows="3" cols="30" class="focus">[% ordernotes | html %]</textarea>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt (-2 / +2 lines)
Lines 505-511 Link Here
505
    <div class="modal-dialog">
505
    <div class="modal-dialog">
506
    <div class="modal-content">
506
    <div class="modal-content">
507
    <div class="modal-body">
507
    <div class="modal-body">
508
    <h3>Processing multiple items</h3>
508
    <h2>Processing multiple items</h2>
509
    </div>
509
    </div>
510
    </div>
510
    </div>
511
    </div>
511
    </div>
Lines 514-520 Link Here
514
<div id="multiCountModal" class="modal fade" aria-labelledby="multiCountModal" aria-hidden="true">
514
<div id="multiCountModal" class="modal fade" aria-labelledby="multiCountModal" aria-hidden="true">
515
    <div class="modal-dialog">
515
    <div class="modal-dialog">
516
    <div class="modal-content">
516
    <div class="modal-content">
517
    <h3>Invalid number of copies</h3>
517
    <h2>Invalid number of copies</h2>
518
    <p>Please enter a <strong>number</strong>, greater than or equal to 1</p>
518
    <p>Please enter a <strong>number</strong>, greater than or equal to 1</p>
519
    </div>
519
    </div>
520
    </div>
520
    </div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty_duplicate.tt (-3 / +3 lines)
Lines 44-50 Link Here
44
<div class="col-sm-4">
44
<div class="col-sm-4">
45
<div style="border: 1px solid #DDD; padding:1em;">
45
<div style="border: 1px solid #DDD; padding:1em;">
46
<form action="/cgi-bin/koha/acqui/neworderempty.pl">
46
<form action="/cgi-bin/koha/acqui/neworderempty.pl">
47
<h4>Use existing record</h4>
47
<h2>Use existing record</h2>
48
<p>Do not create a duplicate record. Add an order from the existing record in your catalog.</p>
48
<p>Do not create a duplicate record. Add an order from the existing record in your catalog.</p>
49
<input type="hidden" name="booksellerid" value="[% booksellerid | html %]" />
49
<input type="hidden" name="booksellerid" value="[% booksellerid | html %]" />
50
<input type="hidden" name="basketno" value="[% basketno | html %]" />
50
<input type="hidden" name="basketno" value="[% basketno | html %]" />
Lines 57-63 Link Here
57
<div class="col-sm-4">
57
<div class="col-sm-4">
58
<div style="border: 1px solid #DDD; padding:1em;">
58
<div style="border: 1px solid #DDD; padding:1em;">
59
<form action="/cgi-bin/koha/acqui/basket.pl">
59
<form action="/cgi-bin/koha/acqui/basket.pl">
60
<h4>Cancel and return to order</h4>
60
<h2>Cancel and return to order</h2>
61
<p>Return to the basket without making a new order.</p>
61
<p>Return to the basket without making a new order.</p>
62
<input type="hidden" name="basketno" value="[% basketno | html %]" />
62
<input type="hidden" name="basketno" value="[% basketno | html %]" />
63
<input type="submit" value="Cancel" />
63
<input type="submit" value="Cancel" />
Lines 68-74 Link Here
68
<div class="col-sm-4">
68
<div class="col-sm-4">
69
<div style="border: 1px solid #DDD; padding:1em;">
69
<div style="border: 1px solid #DDD; padding:1em;">
70
<form action="/cgi-bin/koha/acqui/neworderempty.pl">
70
<form action="/cgi-bin/koha/acqui/neworderempty.pl">
71
<h4>Create new record</h4>
71
<h2>Create new record</h2>
72
<p>Create a new record by importing the external (duplicate) record.</p>
72
<p>Create a new record by importing the external (duplicate) record.</p>
73
<input type="hidden" name="booksellerid" value="[% booksellerid | html %]" />
73
<input type="hidden" name="booksellerid" value="[% booksellerid | html %]" />
74
<input type="hidden" name="basketno" value="[% basketno | html %]" />
74
<input type="hidden" name="basketno" value="[% basketno | html %]" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt (-1 / +1 lines)
Lines 219-225 Link Here
219
        [% END %]
219
        [% END %]
220
    [% ELSIF (AcqCreateItem == 'ordering') %]
220
    [% ELSIF (AcqCreateItem == 'ordering') %]
221
        [% IF (order.items) %]
221
        [% IF (order.items) %]
222
            <h5>Items</h5>
222
            <h2>Items</h2>
223
            <div style="width:100%;overflow:auto">
223
            <div style="width:100%;overflow:auto">
224
                <table>
224
                <table>
225
                    <thead>
225
                    <thead>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt (-4 / +4 lines)
Lines 56-62 Link Here
56
56
57
    [% IF ( receive_error ) %]
57
    [% IF ( receive_error ) %]
58
    <div class="dialog alert">
58
    <div class="dialog alert">
59
    <h3>Error adding items:</h3>
59
    <h2>Error adding items:</h2>
60
    <ul>
60
    <ul>
61
    [% FOREACH error_loo IN error_loop %]
61
    [% FOREACH error_loo IN error_loop %]
62
        <li>[% error_loo.error_param | html %][% IF ( error_loo.error_duplicate_barcode ) %]Duplicate Barcode[% END %] <!-- todo: other error conditions come here. --></li>
62
        <li>[% error_loo.error_param | html %][% IF ( error_loo.error_duplicate_barcode ) %]Duplicate Barcode[% END %] <!-- todo: other error conditions come here. --></li>
Lines 113-119 Link Here
113
</div>
113
</div>
114
[% UNLESS (invoiceclosedate) %]
114
[% UNLESS (invoiceclosedate) %]
115
    <div id="acqui_receive_search">
115
    <div id="acqui_receive_search">
116
        <h3>Pending orders</h3>
116
        <h2>Pending orders</h2>
117
        <table id="pending_orders" class="table table-bordered table-striped">
117
        <table id="pending_orders" class="table table-bordered table-striped">
118
            <thead>
118
            <thead>
119
                <tr>
119
                <tr>
Lines 143-149 Link Here
143
[% END %]
143
[% END %]
144
144
145
<div id="acqui_receive_receivelist">
145
<div id="acqui_receive_receivelist">
146
    <h3>Already received</h3>
146
    <h2>Already received</h2>
147
147
148
   [% IF ( loop_received ) %]
148
   [% IF ( loop_received ) %]
149
   <form action="/cgi-bin/koha/acqui/parcel.pl" method="get" name="orderform">
149
   <form action="/cgi-bin/koha/acqui/parcel.pl" method="get" name="orderform">
Lines 303-309 Link Here
303
    <div class="modal-content">
303
    <div class="modal-content">
304
    <div class="modal-header">
304
    <div class="modal-header">
305
        <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
305
        <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
306
        <h3 id="dataPreviewLabel">MARC preview</h3>
306
        <h2 id="dataPreviewLabel">MARC preview</h2>
307
    </div>
307
    </div>
308
    <div class="modal-body">
308
    <div class="modal-body">
309
        <div id="loading"> <img src="[% interface | html %]/[% theme | html %]/img/spinner-small.gif" alt="" /> Loading </div>
309
        <div id="loading"> <img src="[% interface | html %]/[% theme | html %]/img/spinner-small.gif" alt="" /> Loading </div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt (-1 / +1 lines)
Lines 199-205 Link Here
199
    <aside>
199
    <aside>
200
    <form method="get" action="parcels.pl">
200
    <form method="get" action="parcels.pl">
201
    <fieldset class="brief">
201
    <fieldset class="brief">
202
	<h4>Filter</h4>
202
<h2>Filter</h2>
203
        <ol>
203
        <ol>
204
            <li> <input type="hidden" name="booksellerid" value="[% booksellerid | html %]" /></li>
204
            <li> <input type="hidden" name="booksellerid" value="[% booksellerid | html %]" /></li>
205
            <li><label for="filter">Invoice number:</label><input type="text" size="20" name="filter" value="[% filter | html %]" id="filter" /></li>
205
            <li><label for="filter">Invoice number:</label><input type="text" size="20" name="filter" value="[% filter | html %]" id="filter" /></li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/transferorder.tt (-6 / +6 lines)
Lines 10-16 Link Here
10
    <div class="container-fluid">
10
    <div class="container-fluid">
11
        <h1>Transfer order</h1>
11
        <h1>Transfer order</h1>
12
        [% IF ( bookselleridfrom ) %]
12
        [% IF ( bookselleridfrom ) %]
13
            <h3>Search for a vendor to transfer to</h3>
13
            <h2>Search for a vendor to transfer to</h2>
14
              <div class="transferinfo">
14
              <div class="transferinfo">
15
                <ul>
15
                <ul>
16
                  <li><span class="label">From vendor: </span>[% booksellerfromname | html %]</li>
16
                  <li><span class="label">From vendor: </span>[% booksellerfromname | html %]</li>
Lines 19-25 Link Here
19
                </ul>
19
                </ul>
20
              </div>
20
              </div>
21
        [% ELSE %]
21
        [% ELSE %]
22
            <h3>Search for a vendor to transfer from</h3>
22
            <h2>Search for a vendor to transfer from</h2>
23
        [% END %]
23
        [% END %]
24
        <form method="get" action="transferorder.pl">
24
        <form method="get" action="transferorder.pl">
25
            <fieldset>
25
            <fieldset>
Lines 36-42 Link Here
36
            </fieldset>
36
            </fieldset>
37
        </form>
37
        </form>
38
        [% IF ( show_baskets ) %]
38
        [% IF ( show_baskets ) %]
39
            <h3>Baskets for [% booksellertoname | html %]</h3>
39
            <h2>Baskets for [% booksellertoname | html %]</h2>
40
            [% IF ( basketsloop ) %]
40
            [% IF ( basketsloop ) %]
41
                <table>
41
                <table>
42
                    <thead>
42
                    <thead>
Lines 63-69 Link Here
63
            [% END %]
63
            [% END %]
64
        [% END %]
64
        [% END %]
65
        [% IF ( ordersloop ) %]
65
        [% IF ( ordersloop ) %]
66
            <h3>Orders for [% booksellerfromname | html %]</h3>
66
            <h2>Orders for [% booksellerfromname | html %]</h2>
67
            <table>
67
            <table>
68
                <thead>
68
                <thead>
69
                    <tr>
69
                    <tr>
Lines 95-103 Link Here
95
        [% END %]
95
        [% END %]
96
        [% IF ( do_search ) %]
96
        [% IF ( do_search ) %]
97
            [% IF ( bookselleridfrom ) %]
97
            [% IF ( bookselleridfrom ) %]
98
                <h3>Choose a vendor to transfer to</h3>
98
                <h2>Choose a vendor to transfer to</h2>
99
            [% ELSE %]
99
            [% ELSE %]
100
                <h3>Choose a vendor to transfer from</h3>
100
                <h2>Choose a vendor to transfer from</h2>
101
            [% END %]
101
            [% END %]
102
            [% IF ( booksellersloop ) %]
102
            [% IF ( booksellersloop ) %]
103
                <table>
103
                <table>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt (-4 / +3 lines)
Lines 128-134 tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : Link Here
128
[% ELSE %]
128
[% ELSE %]
129
    <div class="row">
129
    <div class="row">
130
    <div class="col-md-12">
130
    <div class="col-md-12">
131
    <h2>Search results</h2>
131
    <h1>Search results</h1>
132
132
133
    <p>You searched for:
133
    <p>You searched for:
134
        [% IF ( title ) %]<em>Title: </em><span class=term>[% title | html %]</span> [% END %]
134
        [% IF ( title ) %]<em>Title: </em><span class=term>[% title | html %]</span> [% END %]
Lines 201-207 tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : Link Here
201
        <div class="modal-content">
201
        <div class="modal-content">
202
        <div class="modal-header">
202
        <div class="modal-header">
203
            <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
203
            <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
204
            <h3 id="dataPreviewLabel">MARC preview</h3>
204
            <h2 id="dataPreviewLabel">MARC preview</h2>
205
        </div>
205
        </div>
206
        <div class="modal-body">
206
        <div class="modal-body">
207
            <div id="loading"> <img src="[% interface | html %]/[% theme | html %]/img/spinner-small.gif" alt="" /> Loading </div>
207
            <div id="loading"> <img src="[% interface | html %]/[% theme | html %]/img/spinner-small.gif" alt="" /> Loading </div>
Lines 264-270 tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : Link Here
264
264
265
[% END %]
265
[% END %]
266
266
267
[% IF ( numberpending ) %]<h3 align="center">Still [% numberpending | html %] servers to search</h3>[% END %]
267
[% IF ( numberpending ) %]<h2 align="center">Still [% numberpending | html %] servers to search</h2>[% END %]
268
268
269
[% MACRO jsinclude BLOCK %]
269
[% MACRO jsinclude BLOCK %]
270
    [% Asset.js("js/acquisitions-menu.js") | $raw %]
270
    [% Asset.js("js/acquisitions-menu.js") | $raw %]
271
- 

Return to bug 27741