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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shareshelf.tt (-2 / +1 lines)
Lines 64-70 Link Here
64
                            <div class="alert alert-warning">You cannot share a public list.</div>
64
                            <div class="alert alert-warning">You cannot share a public list.</div>
65
                        [% END %]
65
                        [% END %]
66
                        [% IF errcode==6 %]
66
                        [% IF errcode==6 %]
67
                            <div class="alert alert-warning">Sorry, but you did not enter a valid email address.</div>
67
                            <div class="alert alert-warning" role="alert">Sorry, but you did not enter a valid email address.</div>
68
                        [% END %]
68
                        [% END %]
69
                        [% IF errcode==7 %]
69
                        [% IF errcode==7 %]
70
                            <div class="alert alert-warning">Sorry, but we could not accept this key. The invitation may have expired. Contact the patron who sent you the invitation.</div>
70
                            <div class="alert alert-warning">Sorry, but we could not accept this key. The invitation may have expired. Contact the patron who sent you the invitation.</div>
71
- 

Return to bug 40283