View | Details | Raw Unified | Return to bug 10258
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt (-1 / +2 lines)
Lines 462-471 Link Here
462
462
463
        <form action="/cgi-bin/koha/acqui/basket.pl" class="confirm">
463
        <form action="/cgi-bin/koha/acqui/basket.pl" class="confirm">
464
            <h1>Are you sure you want to close basket [% basketname|html %]?</h1>
464
            <h1>Are you sure you want to close basket [% basketname|html %]?</h1>
465
            [% IF ( CAN_user_acquisition_group_manage ) %]
465
            <p>
466
            <p>
466
            <label for="createbasketgroup">Attach this basket to a new basket group with the same name</label>
467
            <label for="createbasketgroup">Attach this basket to a new basket group with the same name</label>
467
            <input type="checkbox" id="createbasketgroup" name="createbasketgroup"/>
468
            <input type="checkbox" id="createbasketgroup" name="createbasketgroup"/>
468
            </p>
469
            </p>
470
            [% END %]
469
            <input type="hidden" id="basketno" value="[% basketno %]" name="basketno" />
471
            <input type="hidden" id="basketno" value="[% basketno %]" name="basketno" />
470
            <input type="hidden" value="close" name="op" />
472
            <input type="hidden" value="close" name="op" />
471
            <input type="hidden" name="booksellerid" value="[% booksellerid %]" />
473
            <input type="hidden" name="booksellerid" value="[% booksellerid %]" />
472
- 

Return to bug 10258