Lines 69-83
Link Here
|
69 |
([% file_name | html %] staged on [% upload_timestamp | $KohaDates with_hours => 1 %]) |
69 |
([% file_name | html %] staged on [% upload_timestamp | $KohaDates with_hours => 1 %]) |
70 |
</h1> |
70 |
</h1> |
71 |
<form action="/cgi-bin/koha/acqui/addorderiso2709.pl" method="post" id="Aform"> |
71 |
<form action="/cgi-bin/koha/acqui/addorderiso2709.pl" method="post" id="Aform"> |
72 |
<div id="tabs" class="toptabs"> |
72 |
[% WRAPPER tabs id= "tabs" %] |
73 |
<ul class="nav nav-tabs" role="tablist"> |
73 |
[% WRAPPER tabs_nav %] |
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 |
[% WRAPPER tab_item tabname= "records_to_import" active= 1 %] Select to import [% END %] |
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 |
[% WRAPPER tab_item tabname= "items_info" %] Item information [% END %] |
76 |
<li role="presentation"><a href="#accounting_details" aria-controls="accounting_details" role="tab" data-toggle="tab">Default accounting details</a></li> |
76 |
[% WRAPPER tab_item tabname= "accounting_details" %] Default accounting details [% END %] |
77 |
</ul> |
77 |
[% END %] |
78 |
|
78 |
|
79 |
<div class="tab-content"> |
79 |
[% WRAPPER tab_panels %] |
80 |
<div id="records_to_import" role="tabpanel" class="tab-pane active" > |
80 |
[% WRAPPER tab_panel tabname= "records_to_import" active= 1 %] |
81 |
<div id="searchheader" class="searchheader"> |
81 |
<div id="searchheader" class="searchheader"> |
82 |
<div> |
82 |
<div> |
83 |
<span class="checkall"><a id="checkAll" href="#">Select all</a></span> |
83 |
<span class="checkall"><a id="checkAll" href="#">Select all</a></span> |
Lines 366-374
Link Here
|
366 |
</div> <!-- /.modal-content --> |
366 |
</div> <!-- /.modal-content --> |
367 |
</div> <!-- /.modal-dialog --> |
367 |
</div> <!-- /.modal-dialog --> |
368 |
</div> <!-- /#dataPreview --> |
368 |
</div> <!-- /#dataPreview --> |
369 |
</div> <!-- /#records_to_import --> |
369 |
[% END # /#records_to_import %] |
370 |
|
370 |
|
371 |
<div id="items_info" role="tabpanel" class="tab-pane"> |
371 |
[% WRAPPER tab_panel tabname= "items_info" %] |
372 |
<h2>Item information</h2> |
372 |
<h2>Item information</h2> |
373 |
<p>Import all the checked items in the basket with the following parameters:</p> |
373 |
<p>Import all the checked items in the basket with the following parameters:</p> |
374 |
|
374 |
|
Lines 423-431
Link Here
|
423 |
</div> <!-- /.item_edit_form --> |
423 |
</div> <!-- /.item_edit_form --> |
424 |
</fieldset> |
424 |
</fieldset> |
425 |
[% END # /IF items %] |
425 |
[% END # /IF items %] |
426 |
</div> <!-- /#items_info --> |
426 |
[% END # /#items_info %] |
427 |
|
427 |
|
428 |
<div id="accounting_details" role="tabpanel" class="tab-pane"> |
428 |
[% WRAPPER tab_panel tabname= "accounting_details" %] |
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> |
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> |
430 |
<fieldset class="rows" style="float:none;"> |
430 |
<fieldset class="rows" style="float:none;"> |
431 |
<legend>Accounting details</legend> |
431 |
<legend>Accounting details</legend> |
Lines 489-497
Link Here
|
489 |
</li> |
489 |
</li> |
490 |
</ol> |
490 |
</ol> |
491 |
</fieldset> <!-- /.rows --> |
491 |
</fieldset> <!-- /.rows --> |
492 |
</div> <!-- /#accounting_details --> |
492 |
[% END # /#accounting_details %] |
493 |
</div> <!-- /#tabs --> |
493 |
[% END #/WRAPPER tab_panels %] |
494 |
|
494 |
[% END # /WRAPPER tabs %] |
495 |
<fieldset class="action"> |
495 |
<fieldset class="action"> |
496 |
<input type="submit" id="add_order" class="btn btn-primary" value="Save" /><a class="cancel" href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basketno | html %]">Cancel</a> |
496 |
<input type="submit" id="add_order" class="btn btn-primary" value="Save" /><a class="cancel" href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basketno | html %]">Cancel</a> |
497 |
</fieldset> |
497 |
</fieldset> |
498 |
- |
|
|