Lines 50-56
Link Here
|
50 |
<ol> |
50 |
<ol> |
51 |
<input type="hidden" name="op" value="conf_invite"/> |
51 |
<input type="hidden" name="op" value="conf_invite"/> |
52 |
<input type="hidden" name="shelfnumber" value="[% shelfnumber %]"/> |
52 |
<input type="hidden" name="shelfnumber" value="[% shelfnumber %]"/> |
53 |
<li><label for="name">List name:</label> [% shelfname %]</li> |
53 |
<li><label for="name">List name:</label> [% shelfname | html %]</li> |
54 |
<li> |
54 |
<li> |
55 |
<label for="invite_address">Email address:</label> |
55 |
<label for="invite_address">Email address:</label> |
56 |
<input id="invite_address" name="invite_address" size="40" /> |
56 |
<input id="invite_address" name="invite_address" size="40" /> |
Lines 67-73
Link Here
|
67 |
[% ELSIF op=='conf_invite' %] |
67 |
[% ELSIF op=='conf_invite' %] |
68 |
<div id="conf_invite"> |
68 |
<div id="conf_invite"> |
69 |
[% IF approvedaddress %] |
69 |
[% IF approvedaddress %] |
70 |
<p>An invitation to share list <i>[% shelfname %]</i> will be sent shortly to [% approvedaddress %].</p> |
70 |
<p>An invitation to share list <i>[% shelfname | html %]</i> will be sent shortly to [% approvedaddress %].</p> |
71 |
[% END %] |
71 |
[% END %] |
72 |
[% IF failaddress %] |
72 |
[% IF failaddress %] |
73 |
<p>Something went wrong while processing the following addresses. Please check them. These are: [% failaddress %]</p> |
73 |
<p>Something went wrong while processing the following addresses. Please check them. These are: [% failaddress %]</p> |
74 |
- |
|
|