|
Lines 28-39
Link Here
|
| 28 |
|
28 |
|
| 29 |
[% ELSE %] |
29 |
[% ELSE %] |
| 30 |
<form action="/cgi-bin/koha/opac-sendbasket.pl" method="post" id="sendbasketform"> |
30 |
<form action="/cgi-bin/koha/opac-sendbasket.pl" method="post" id="sendbasketform"> |
| 31 |
<legend><h1>Sending your cart</h1></legend> |
31 |
<fieldset class="brief"> |
| 32 |
<fieldset> |
32 |
<legend><h1>Sending your cart</h1></legend> |
| 33 |
<label for="email_add">Email address:</label> |
33 |
<label for="email_add">Email address:</label> |
| 34 |
<input type="text" id="email_add" name="email_add" size="43" class="focus" /> |
34 |
<input type="text" id="email_add" name="email_add" size="43" class="focus form-control" /> |
| 35 |
<label for="comment">Comment:</label> |
35 |
<label for="comment">Comment:</label> |
| 36 |
<textarea id="comment" name="comment" rows="4" cols="40"></textarea> |
36 |
<textarea id="comment" name="comment" rows="4" cols="40" class="form-control"></textarea> |
| 37 |
<input type="hidden" name="bib_list" value="[% bib_list | html %]" /> |
37 |
<input type="hidden" name="bib_list" value="[% bib_list | html %]" /> |
| 38 |
<input type="hidden" name="csrf_token" value="[% csrf_token | html %]" /> |
38 |
<input type="hidden" name="csrf_token" value="[% csrf_token | html %]" /> |
| 39 |
</fieldset> |
39 |
</fieldset> |
| 40 |
- |
|
|