Bug 10904: Limit patron update request management by branch
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / basket / sendbasketform.tt
1 [% INCLUDE 'doc-head-open.inc' %]
2 <title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog &rsaquo;  Sending your cart</title>
3 [% INCLUDE 'doc-head-close.inc' %]
4 </head>
5 <body style="padding: 1em;" id="cart_sendbasketform" class="cart">
6 <div class="container">[% IF ( email_add ) %]
7
8         [% IF ( SENT ) %]
9         <h3>Message sent</h3>
10             <p>The cart was sent to: [% email_add %]</p>
11                 <p><a class="focus close" href="#">Close window</a></p>
12         [% END %]
13         [% IF ( error ) %]
14         <p>Problem sending the cart...</p>
15         [% END %]
16         
17 [% ELSE %]
18
19 <form action="/cgi-bin/koha/basket/sendbasket.pl" method="post">
20
21 <fieldset class="rows"> 
22 <legend>Sending your cart</legend>
23 <ol>   <li>
24         <label for="email_add">Email address:</label>
25         <input type="text" id="email_add" name="email_add" size="43" class="focus" />
26     </li>
27     <li>
28             <label for="comment">Comment:</label>
29             <textarea id="comment" name="comment" rows="4" cols="40"></textarea>
30     </li>
31     <li>
32         <input type="hidden" name="bib_list" value="[% bib_list %]" />
33     </li></ol></fieldset>
34        <fieldset class="action"> <input type="submit" value="Send" /> <a class="cancel close" href="#">Cancel</a> </fieldset>
35 </form>
36
37 [% END %]</div>
38 </body>
39 </html>