Bug 28959: Add virtualshelves.public as a boolean
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / virtualshelves / sendshelfform.tt
1 [% INCLUDE 'doc-head-open.inc' %]
2 <title>Sending your list &rsaquo; Lists &rsaquo; Koha</title>
3 [% INCLUDE 'doc-head-close.inc' %]
4 </head>
5 <body id="lists_sendshelfform" class="lists" style="padding: 1em;">
6 <div class="container">[% IF ( email ) %]
7
8     [% IF ( SENT ) %]
9         <h3>Message sent</h3>
10         <p>The list was sent to: [% email | html %]</p>
11         <p><a class="close focus" href="#">Close window</a></p>
12     [% END %]
13     [% IF ( error ) %]
14     <p>Problem sending the list...</p>
15     [% END %]
16     
17 [% ELSE %]
18
19 <form action="/cgi-bin/koha/virtualshelves/sendshelf.pl" method="post">
20
21 <fieldset class="rows"> 
22 <legend>Sending your list</legend>
23 <ol>   <li>
24         <label for="email">Email address:</label>
25         <input type="text" id="email" name="email" 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="shelfid" value="[% shelfid | html %]" />
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>