Bug 32097: Consistent classes for primary buttons: Lists
[koha-ffzg.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 [% INCLUDE 'blocking_errors.inc' %]
7 <div class="container">[% IF ( email ) %]
8
9     [% IF ( SENT ) %]
10         <h3>Message sent</h3>
11         <p>The list was sent to: [% email | html %]</p>
12         <p><a class="close focus" href="#">Close window</a></p>
13     [% END %]
14     [% IF ( error ) %]
15     <p>Problem sending the list...</p>
16     [% END %]
17     
18 [% ELSE %]
19
20 <form action="/cgi-bin/koha/virtualshelves/sendshelf.pl" method="post">
21
22 <fieldset class="rows"> 
23     <legend><h1>Sending your list</h1></legend>
24 <ol>   <li>
25         <label for="email">Email address:</label>
26         <input type="text" id="email" name="email" size="43" class="focus" />
27     </li>
28     <li>
29             <label for="comment">Comment:</label>
30             <textarea id="comment" name="comment" rows="4" cols="40"></textarea>
31     </li>
32     <li>
33         <input type="hidden" name="shelfid" value="[% shelfid | html %]" />
34     </li></ol></fieldset>
35        <fieldset class="action"> <input type="submit" class="btn btn-primary" value="Send" /> <a class="cancel close" href="#">Cancel</a> </fieldset>
36 </form>
37
38 [% END %]</div>
39 </body>
40 </html>