|
Lines 31-43
Link Here
|
| 31 |
<p><a class="button close" href="/cgi-bin/koha/opac-shelves.pl?op=view&shelfnumber=[% shelfid | html %]">Back to lists</a></p> |
31 |
<p><a class="button close" href="/cgi-bin/koha/opac-shelves.pl?op=view&shelfnumber=[% shelfid | html %]">Back to lists</a></p> |
| 32 |
[% ELSE %] |
32 |
[% ELSE %] |
| 33 |
<form action="/cgi-bin/koha/opac-sendshelf.pl" method="post" id="sendshelfform"> |
33 |
<form action="/cgi-bin/koha/opac-sendshelf.pl" method="post" id="sendshelfform"> |
| 34 |
<legend><h1>Sending your list</h1></legend> |
34 |
<fieldset class="brief"> |
| 35 |
<fieldset> |
35 |
<legend><h1>Sending your list</h1></legend> |
| 36 |
<label for="email">Email address:</label> |
36 |
<label for="email">Email address:</label> |
| 37 |
<input type="text" id="email" name="email" size="43" class="focus" /> |
37 |
<input type="text" id="email" name="email" size="43" class="focus form-control" /> |
| 38 |
|
38 |
|
| 39 |
<label for="comment">Comment:</label> |
39 |
<label for="comment">Comment:</label> |
| 40 |
<textarea id="comment" name="comment" rows="4" cols="40"></textarea> |
40 |
<textarea id="comment" name="comment" rows="4" cols="40" class="form-control"></textarea> |
| 41 |
|
41 |
|
| 42 |
<input type="hidden" name="shelfid" value="[% shelfid | html %]" /> |
42 |
<input type="hidden" name="shelfid" value="[% shelfid | html %]" /> |
| 43 |
</fieldset> |
43 |
</fieldset> |
| 44 |
- |
|
|