Lines 21-26
Link Here
|
21 |
[% IF errcode==6 %]<div class="dialog alert">Sorry, but you did not enter any valid email address.</div>[% END %] |
21 |
[% IF errcode==6 %]<div class="dialog alert">Sorry, but you did not enter any valid email address.</div>[% END %] |
22 |
[% IF errcode==7 %]<div class="dialog alert">Sorry, but we could not accept this key. The invitation may have expired. Contact the patron who sent you the invitation.</div>[% END %] |
22 |
[% IF errcode==7 %]<div class="dialog alert">Sorry, but we could not accept this key. The invitation may have expired. Contact the patron who sent you the invitation.</div>[% END %] |
23 |
[% IF errcode==8 %]<div class="dialog alert">As owner of a list you cannot accept an invitation for sharing it.</div>[% END %] |
23 |
[% IF errcode==8 %]<div class="dialog alert">As owner of a list you cannot accept an invitation for sharing it.</div>[% END %] |
|
|
24 |
<p><a href="/cgi-bin/koha/opac-shelves.pl?display=privateshelves">Return to your lists</a></p> |
24 |
|
25 |
|
25 |
[% ELSIF op=='invite' %] |
26 |
[% ELSIF op=='invite' %] |
26 |
<form method="post" onsubmit="return $('#invite_address').val().trim()!='';"> |
27 |
<form method="post" onsubmit="return $('#invite_address').val().trim()!='';"> |
Lines 35-40
Link Here
|
35 |
|
36 |
|
36 |
<fieldset class="action"> |
37 |
<fieldset class="action"> |
37 |
<input type="submit" value="Send" /> |
38 |
<input type="submit" value="Send" /> |
|
|
39 |
<a href="/cgi-bin/koha/opac-shelves.pl?display=privateshelves" class="cancel">Cancel</a> |
38 |
</fieldset> |
40 |
</fieldset> |
39 |
</form> |
41 |
</form> |
40 |
|
42 |
|