|
Lines 108-114
Link Here
|
| 108 |
} |
108 |
} |
| 109 |
}); |
109 |
}); |
| 110 |
if ( error > 0 ) { |
110 |
if ( error > 0 ) { |
| 111 |
alert(error + " " + _("quantity values are not filled or not a number")); |
111 |
alert(error + " " + _("quantity values are not filled in or are not numbers")); |
| 112 |
return false; |
112 |
return false; |
| 113 |
} |
113 |
} |
| 114 |
|
114 |
|
|
Lines 142-148
Link Here
|
| 142 |
<div id="tabs" class="toptabs"> |
142 |
<div id="tabs" class="toptabs"> |
| 143 |
<ul> |
143 |
<ul> |
| 144 |
<li><a href="#records_to_import">Select to import</a></li> |
144 |
<li><a href="#records_to_import">Select to import</a></li> |
| 145 |
<li><a href="#items_info" class="items_info">Items information</a></li> |
145 |
<li><a href="#items_info" class="items_info">Item information</a></li> |
| 146 |
<li><a href="#accounting_details">Default accounting details</a></li> |
146 |
<li><a href="#accounting_details">Default accounting details</a></li> |
| 147 |
</ul> |
147 |
</ul> |
| 148 |
|
148 |
|
|
Lines 174-182
Link Here
|
| 174 |
<li class="status"> |
174 |
<li class="status"> |
| 175 |
<span class="match"> |
175 |
<span class="match"> |
| 176 |
[% IF biblio.overlay_status == 'no_match' %] |
176 |
[% IF biblio.overlay_status == 'no_match' %] |
| 177 |
There is no matching biblio for this records. |
177 |
This record does not match an existing record. |
| 178 |
[% ELSE %] |
178 |
[% ELSE %] |
| 179 |
This record matches existing biblio. |
179 |
This record matches an existing record. |
| 180 |
[% END %] |
180 |
[% END %] |
| 181 |
[% IF ( biblio.match_biblionumber ) %] |
181 |
[% IF ( biblio.match_biblionumber ) %] |
| 182 |
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> |
182 |
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 213-223
Link Here
|
| 213 |
[% END %] |
213 |
[% END %] |
| 214 |
</li> |
214 |
</li> |
| 215 |
<li class="sort1"> |
215 |
<li class="sort1"> |
| 216 |
<label for="sort1_record_[% biblio.import_record_id %]">Planning value1: </label> |
216 |
<label for="sort1_record_[% biblio.import_record_id %]">Planning value 1: </label> |
| 217 |
<input id="sort1_record_[% biblio.import_record_id %]" type="text" id="sort1" size="20" name="sort1" value="[% biblio.sort1 %]" /> |
217 |
<input id="sort1_record_[% biblio.import_record_id %]" type="text" id="sort1" size="20" name="sort1" value="[% biblio.sort1 %]" /> |
| 218 |
</li> |
218 |
</li> |
| 219 |
<li class="sort2"> |
219 |
<li class="sort2"> |
| 220 |
<label for="sort2_record_[% biblio.import_record_id %]">Planning value2: </label> |
220 |
<label for="sort2_record_[% biblio.import_record_id %]">Planning value 2: </label> |
| 221 |
<input id="sort2_record_[% biblio.import_record_id %]" type="text" id="sort2" size="20" name="sort2" value="[% biblio.sort2 %]" /> |
221 |
<input id="sort2_record_[% biblio.import_record_id %]" type="text" id="sort2" size="20" name="sort2" value="[% biblio.sort2 %]" /> |
| 222 |
</li> |
222 |
</li> |
| 223 |
</ol> |
223 |
</ol> |
|
Lines 225-231
Link Here
|
| 225 |
[% END %] |
225 |
[% END %] |
| 226 |
</div> |
226 |
</div> |
| 227 |
<div id="items_info"> |
227 |
<div id="items_info"> |
| 228 |
<h2>Items information</h2> |
228 |
<h2>Item information</h2> |
| 229 |
<p>Import all the checked items in the basket with the following parameters:</p> |
229 |
<p>Import all the checked items in the basket with the following parameters:</p> |
| 230 |
|
230 |
|
| 231 |
[% IF ( items ) %] |
231 |
[% IF ( items ) %] |
|
Lines 301-307
Link Here
|
| 301 |
</li> |
301 |
</li> |
| 302 |
<li> |
302 |
<li> |
| 303 |
<div class="hint">The 2 following fields are available for your own usage. They can be useful for statistical purposes</div> |
303 |
<div class="hint">The 2 following fields are available for your own usage. They can be useful for statistical purposes</div> |
| 304 |
<label for="sort1">Planning value1: </label> |
304 |
<label for="sort1">Planning value 1: </label> |
| 305 |
[% IF CGIsort1 %] |
305 |
[% IF CGIsort1 %] |
| 306 |
<select id="all_sort1" size="1" name="all_sort1"> |
306 |
<select id="all_sort1" size="1" name="all_sort1"> |
| 307 |
[% FOREACH sort_opt IN CGIsort1 %] |
307 |
[% FOREACH sort_opt IN CGIsort1 %] |
|
Lines 318-324
Link Here
|
| 318 |
</li> |
318 |
</li> |
| 319 |
<li> |
319 |
<li> |
| 320 |
<span id="sort2_zone"> |
320 |
<span id="sort2_zone"> |
| 321 |
<label for="sort2">Planning value2: </label> |
321 |
<label for="sort2">Planning value 2: </label> |
| 322 |
[% IF CGIsort2 %] |
322 |
[% IF CGIsort2 %] |
| 323 |
<select id="all_sort2" size="1" name="all_sort1"> |
323 |
<select id="all_sort2" size="1" name="all_sort1"> |
| 324 |
[% FOREACH sort_opt IN CGIsort2 %] |
324 |
[% FOREACH sort_opt IN CGIsort2 %] |
| 325 |
- |
|
|