View | Details | Raw Unified | Return to bug 14544
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shareshelf.tt (-3 / +2 lines)
Lines 41-47 Link Here
41
        [% IF errcode==6 %]<div class="alert">Sorry, but you did not enter a valid email address.</div>[% END %]
41
        [% IF errcode==6 %]<div class="alert">Sorry, but you did not enter a valid email address.</div>[% END %]
42
        [% IF errcode==7 %]<div class="alert">Sorry, but we could not accept this key. The invitation may have expired. Contact the patron who sent you the invitation.</div>[% END %]
42
        [% IF errcode==7 %]<div class="alert">Sorry, but we could not accept this key. The invitation may have expired. Contact the patron who sent you the invitation.</div>[% END %]
43
        [% IF errcode==8 %]<div class="alert">As owner of a list you cannot accept an invitation for sharing it.</div>[% END %]
43
        [% IF errcode==8 %]<div class="alert">As owner of a list you cannot accept an invitation for sharing it.</div>[% END %]
44
        <p><a href="/cgi-bin/koha/opac-shelves.pl?op=view&amp;category=1">Return to your lists</a></p>
44
        <p><a href="/cgi-bin/koha/opac-shelves.pl?op=list&amp;category=1">Return to your lists</a></p>
45
45
46
    [% ELSIF op=='invite' %]
46
    [% ELSIF op=='invite' %]
47
        <div id="invite">
47
        <div id="invite">
Lines 75-81 Link Here
75
        [% IF approvedaddress %]
75
        [% IF approvedaddress %]
76
        <p>You will receive an email notification if someone accepts your share within two weeks.</p>
76
        <p>You will receive an email notification if someone accepts your share within two weeks.</p>
77
        [% END %]
77
        [% END %]
78
        <p><a href="/cgi-bin/koha/opac-shelves.pl?op=view&amp;category=1">Return to your lists</a></p>
78
        <p><a href="/cgi-bin/koha/opac-shelves.pl?op=list&amp;category=1">Return to your lists</a></p>
79
        </div>
79
        </div>
80
80
81
    [% ELSIF op=='accept' %]
81
    [% ELSIF op=='accept' %]
82
- 

Return to bug 14544