Lines 30-36
Link Here
|
30 |
<p><a class="button close" href="/cgi-bin/koha/opac-shelves.pl?viewshelf=[% shelfid %]">Back to lists</a></p> |
30 |
<p><a class="button close" href="/cgi-bin/koha/opac-shelves.pl?viewshelf=[% shelfid %]">Back to lists</a></p> |
31 |
[% ELSE %] |
31 |
[% ELSE %] |
32 |
<h1>Sending your list</h1> |
32 |
<h1>Sending your list</h1> |
33 |
<form action="[% url %]" method="post" id="sendshelfform"> |
33 |
<form action="/cgi-bin/koha/opac-sendshelf.pl" method="post" id="sendshelfform"> |
34 |
<fieldset> |
34 |
<fieldset> |
35 |
<label for="email">Email address:</label> |
35 |
<label for="email">Email address:</label> |
36 |
<input type="text" id="email" name="email" size="43" class="focus" /> |
36 |
<input type="text" id="email" name="email" size="43" class="focus" /> |
37 |
- |
|
|