Merge remote-tracking branch 'origin/new/bug_5327'
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / virtualshelves / sendshelfform.tt
1 [% INCLUDE 'doc-head-open.inc' %]<title>Koha &rsaquo; Lists &rsaquo;  Sending your list</title>
2 [% INCLUDE 'doc-head-close.inc' %]
3 </head>
4 <body style="padding: 1em;" id="sendbasket">
5 <div class="container">[% IF ( email ) %]
6
7     [% IF ( SENT ) %]
8         <h3>Message sent</h3>
9         <p>The list was sent to: [% email %]</p>
10         <p><a class="close focus" href="#">Close window</a></p>
11     [% END %]
12     [% IF ( error ) %]
13     <p>Problem sending the list...</p>
14     [% END %]
15     
16 [% ELSE %]
17
18 <form action="[% url %]" method="post">
19
20 <fieldset class="rows"> 
21 <legend>Sending your list</legend>
22 <ol>   <li>
23         <label for="email">Email address:</label>
24         <input type="text" id="email" name="email" size="43" class="focus" />
25     </li>
26     <li>
27             <label for="comment">Comment:</label>
28             <textarea id="comment" name="comment" rows="4" cols="40"></textarea>
29     </li>
30     <li>
31         <input type="hidden" name="shelfid" value="[% shelfid %]" />
32     </li></ol></fieldset>
33        <fieldset class="action"> <input type="submit" value="Send" /> <a class="cancel close" href="#">Cancel</a> </fieldset>
34 </form>
35
36 [% END %]</div>
37 </body>
38 </html>