Lines 150-155
Link Here
|
150 |
class="btn btn-default btn-xs submit-form-link" |
150 |
class="btn btn-default btn-xs submit-form-link" |
151 |
href="#" |
151 |
href="#" |
152 |
data-ean="[% eanacct.ean | html %]" |
152 |
data-ean="[% eanacct.ean | html %]" |
|
|
153 |
data-ean_description="[% eanacct.description | html %]" |
154 |
data-ean_branch="[% eanacct.branch.branchname | html %]" |
153 |
data-basketno="[% basketno | html %]" |
155 |
data-basketno="[% basketno | html %]" |
154 |
data-action="basket.pl" |
156 |
data-action="basket.pl" |
155 |
data-method="post" |
157 |
data-method="post" |
Lines 1028-1034
Link Here
|
1028 |
<div id="closebasket_needsconfirmation" class="alert alert-warning"> |
1030 |
<div id="closebasket_needsconfirmation" class="alert alert-warning"> |
1029 |
<form action="/cgi-bin/koha/acqui/basket.pl" method="post"> |
1031 |
<form action="/cgi-bin/koha/acqui/basket.pl" method="post"> |
1030 |
[% INCLUDE 'csrf-token.inc' %] |
1032 |
[% INCLUDE 'csrf-token.inc' %] |
1031 |
<h1>Are you sure you want to generate an EDIFACT order and close basket [% basketname | html %]?</h1> |
1033 |
<h1>Are you sure you want to generate this EDIFACT order?</h1> |
|
|
1034 |
<ul> |
1035 |
<li> An EDIFACT order will be generated for <b> [% ean_branch | html %] ([% ean | html %]) [% IF ean_description %][% ean_description | html %][% END %]</b></li> |
1036 |
<li> The basket <b>[% basketname | html %]</b> will be closed </li> |
1037 |
</ul> |
1032 |
[% IF CAN_user_acquisition_group_manage %] |
1038 |
[% IF CAN_user_acquisition_group_manage %] |
1033 |
<p> |
1039 |
<p> |
1034 |
<label for="createbasketgroup">Attach this basket to a new basket group with the same name</label> |
1040 |
<label for="createbasketgroup">Attach this basket to a new basket group with the same name</label> |
Lines 1041-1051
Link Here
|
1041 |
<input type="hidden" name="booksellerid" value="[% booksellerid | html %]" /> |
1047 |
<input type="hidden" name="booksellerid" value="[% booksellerid | html %]" /> |
1042 |
<input type="hidden" name="confirm" value="1" /> |
1048 |
<input type="hidden" name="confirm" value="1" /> |
1043 |
<input type="hidden" name="basketgroupname" value="[% basketgroupname | html %]" /> |
1049 |
<input type="hidden" name="basketgroupname" value="[% basketgroupname | html %]" /> |
1044 |
<button type="submit" class="btn btn-default approve" accesskey="Y"><i class="fa fa-fw fa-check"></i> Yes, close (Y)</button> |
1050 |
<button type="submit" class="btn btn-default approve" accesskey="Y"><i class="fa fa-fw fa-check"></i> Yes, generate order and close basket (Y)</button> |
1045 |
</form> |
1051 |
</form> |
1046 |
<form action="/cgi-bin/koha/acqui/basket.pl" method="get"> |
1052 |
<form action="/cgi-bin/koha/acqui/basket.pl" method="get"> |
1047 |
<input type="hidden" name="basketno" value="[% basketno | html %]" /> |
1053 |
<input type="hidden" name="basketno" value="[% basketno | html %]" /> |
1048 |
<button type="submit" class="btn btn-default deny" accesskey="N"><i class="fa fa-fw fa-times"></i> No, don't close (N)</button> |
1054 |
<button type="submit" class="btn btn-default deny" accesskey="N"><i class="fa fa-fw fa-times"></i> Cancel (C)</button> |
1049 |
</form> |
1055 |
</form> |
1050 |
</div> |
1056 |
</div> |
1051 |
<!-- /#closebasket_needsconfirmation --> |
1057 |
<!-- /#closebasket_needsconfirmation --> |
1052 |
- |
|
|