Lines 112-118
Link Here
|
112 |
} |
112 |
} |
113 |
}); |
113 |
}); |
114 |
if ( error > 0 ) { |
114 |
if ( error > 0 ) { |
115 |
alert(error + " " + _("quantity values are not filled or not a number")); |
115 |
alert(error + " " + _("quantity values are not filled in or are not numbers")); |
116 |
return false; |
116 |
return false; |
117 |
} |
117 |
} |
118 |
|
118 |
|
Lines 146-152
Link Here
|
146 |
<div id="tabs" class="toptabs"> |
146 |
<div id="tabs" class="toptabs"> |
147 |
<ul> |
147 |
<ul> |
148 |
<li><a href="#records_to_import">Select to import</a></li> |
148 |
<li><a href="#records_to_import">Select to import</a></li> |
149 |
<li><a href="#items_info" class="items_info">Items information</a></li> |
149 |
<li><a href="#items_info" class="items_info">Item information</a></li> |
150 |
<li><a href="#accounting_details">Default accounting details</a></li> |
150 |
<li><a href="#accounting_details">Default accounting details</a></li> |
151 |
</ul> |
151 |
</ul> |
152 |
|
152 |
|
Lines 178-186
Link Here
|
178 |
<li class="status"> |
178 |
<li class="status"> |
179 |
<span class="match"> |
179 |
<span class="match"> |
180 |
[% IF biblio.overlay_status == 'no_match' %] |
180 |
[% IF biblio.overlay_status == 'no_match' %] |
181 |
There is no matching biblio for this records. |
181 |
This record does not match an existing record. |
182 |
[% ELSE %] |
182 |
[% ELSE %] |
183 |
This record matches existing biblio. |
183 |
This record matches an existing record. |
184 |
[% END %] |
184 |
[% END %] |
185 |
[% IF ( biblio.match_biblionumber ) %] |
185 |
[% IF ( biblio.match_biblionumber ) %] |
186 |
Matches biblio [% biblio.match_biblionumber %] (score = [% biblio.match_score %]): <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblio.match_biblionumber %]">[% biblio.match_citation %]</a> |
186 |
Matches biblio [% biblio.match_biblionumber %] (score = [% biblio.match_score %]): <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblio.match_biblionumber %]">[% biblio.match_citation %]</a> |
Lines 217-227
Link Here
|
217 |
[% END %] |
217 |
[% END %] |
218 |
</li> |
218 |
</li> |
219 |
<li class="sort1"> |
219 |
<li class="sort1"> |
220 |
<label for="sort1_record_[% biblio.import_record_id %]">Planning value1: </label> |
220 |
<label for="sort1_record_[% biblio.import_record_id %]">Planning value 1: </label> |
221 |
<input id="sort1_record_[% biblio.import_record_id %]" type="text" id="sort1" size="20" name="sort1" value="[% biblio.sort1 %]" /> |
221 |
<input id="sort1_record_[% biblio.import_record_id %]" type="text" id="sort1" size="20" name="sort1" value="[% biblio.sort1 %]" /> |
222 |
</li> |
222 |
</li> |
223 |
<li class="sort2"> |
223 |
<li class="sort2"> |
224 |
<label for="sort2_record_[% biblio.import_record_id %]">Planning value2: </label> |
224 |
<label for="sort2_record_[% biblio.import_record_id %]">Planning value 2: </label> |
225 |
<input id="sort2_record_[% biblio.import_record_id %]" type="text" id="sort2" size="20" name="sort2" value="[% biblio.sort2 %]" /> |
225 |
<input id="sort2_record_[% biblio.import_record_id %]" type="text" id="sort2" size="20" name="sort2" value="[% biblio.sort2 %]" /> |
226 |
</li> |
226 |
</li> |
227 |
</ol> |
227 |
</ol> |
Lines 229-235
Link Here
|
229 |
[% END %] |
229 |
[% END %] |
230 |
</div> |
230 |
</div> |
231 |
<div id="items_info"> |
231 |
<div id="items_info"> |
232 |
<h2>Items information</h2> |
232 |
<h2>Item information</h2> |
233 |
<p>Import all the checked items in the basket with the following parameters:</p> |
233 |
<p>Import all the checked items in the basket with the following parameters:</p> |
234 |
|
234 |
|
235 |
[% IF ( items ) %] |
235 |
[% IF ( items ) %] |
Lines 311-317
Link Here
|
311 |
</li> |
311 |
</li> |
312 |
<li> |
312 |
<li> |
313 |
<div class="hint">The 2 following fields are available for your own usage. They can be useful for statistical purposes</div> |
313 |
<div class="hint">The 2 following fields are available for your own usage. They can be useful for statistical purposes</div> |
314 |
<label for="sort1">Planning value1: </label> |
314 |
<label for="sort1">Planning value 1: </label> |
315 |
[% IF CGIsort1 %] |
315 |
[% IF CGIsort1 %] |
316 |
<select id="all_sort1" size="1" name="all_sort1"> |
316 |
<select id="all_sort1" size="1" name="all_sort1"> |
317 |
[% FOREACH sort_opt IN CGIsort1 %] |
317 |
[% FOREACH sort_opt IN CGIsort1 %] |
Lines 328-334
Link Here
|
328 |
</li> |
328 |
</li> |
329 |
<li> |
329 |
<li> |
330 |
<span id="sort2_zone"> |
330 |
<span id="sort2_zone"> |
331 |
<label for="sort2">Planning value2: </label> |
331 |
<label for="sort2">Planning value 2: </label> |
332 |
[% IF CGIsort2 %] |
332 |
[% IF CGIsort2 %] |
333 |
<select id="all_sort2" size="1" name="all_sort1"> |
333 |
<select id="all_sort2" size="1" name="all_sort1"> |
334 |
[% FOREACH sort_opt IN CGIsort2 %] |
334 |
[% FOREACH sort_opt IN CGIsort2 %] |
335 |
- |
|
|