Lines 72-78
Link Here
|
72 |
<div id="tabs" class="toptabs"> |
72 |
<div id="tabs" class="toptabs"> |
73 |
<ul class="nav nav-tabs" role="tablist"> |
73 |
<ul class="nav nav-tabs" role="tablist"> |
74 |
<li role="presentation" class="active"><a href="#records_to_import" aria-controls="records_to_import" role="tab" data-toggle="tab">Select to import</a></li> |
74 |
<li role="presentation" class="active"><a href="#records_to_import" aria-controls="records_to_import" role="tab" data-toggle="tab">Select to import</a></li> |
75 |
<li role="presentation"><a href="#items_info" class="items_info" aria-controls="items_info" role="tab" data-toggle="tab">Item information</a></li> |
75 |
[% IF items %] |
|
|
76 |
<li role="presentation"><a href="#items_info" class="items_info" aria-controls="items_info" role="tab" data-toggle="tab">Item information</a></li> |
77 |
[% END %] |
76 |
<li role="presentation"><a href="#accounting_details" aria-controls="accounting_details" role="tab" data-toggle="tab">Default accounting details</a></li> |
78 |
<li role="presentation"><a href="#accounting_details" aria-controls="accounting_details" role="tab" data-toggle="tab">Default accounting details</a></li> |
77 |
</ul> |
79 |
</ul> |
78 |
|
80 |
|
Lines 368-378
Link Here
|
368 |
</div> <!-- /#dataPreview --> |
370 |
</div> <!-- /#dataPreview --> |
369 |
</div> <!-- /#records_to_import --> |
371 |
</div> <!-- /#records_to_import --> |
370 |
|
372 |
|
|
|
373 |
[% IF ( items ) %] |
371 |
<div id="items_info" role="tabpanel" class="tab-pane"> |
374 |
<div id="items_info" role="tabpanel" class="tab-pane"> |
372 |
<h2>Item information</h2> |
375 |
<h2>Item information</h2> |
373 |
<p>Import all the checked items in the basket with the following parameters:</p> |
376 |
<p>Import all the checked items in the basket with the following parameters:</p> |
374 |
|
377 |
|
375 |
[% IF ( items ) %] |
|
|
376 |
<fieldset class="rows" style="float:none;"> |
378 |
<fieldset class="rows" style="float:none;"> |
377 |
<legend>Item</legend> |
379 |
<legend>Item</legend> |
378 |
[% IF ( NoACQframework ) %] |
380 |
[% IF ( NoACQframework ) %] |
Lines 422-429
Link Here
|
422 |
[% END #/FOREACH item %] |
424 |
[% END #/FOREACH item %] |
423 |
</div> <!-- /.item_edit_form --> |
425 |
</div> <!-- /.item_edit_form --> |
424 |
</fieldset> |
426 |
</fieldset> |
425 |
[% END # /IF items %] |
|
|
426 |
</div> <!-- /#items_info --> |
427 |
</div> <!-- /#items_info --> |
|
|
428 |
[% END # /IF items %] |
427 |
|
429 |
|
428 |
<div id="accounting_details" role="tabpanel" class="tab-pane"> |
430 |
<div id="accounting_details" role="tabpanel" class="tab-pane"> |
429 |
<p>Import all the checked items in the basket with the following accounting details (used only if no information is filled for the item):</p> |
431 |
<p>Import all the checked items in the basket with the following accounting details (used only if no information is filled for the item):</p> |
430 |
- |
|
|