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

(-)a/koha-tmpl/opac-tmpl/prog/en/modules/opac-shareshelf.tt (-18 / +17 lines)
Lines 24-48 Link Here
24
        <form method="post" onsubmit="return $('#invite_address').val().trim()!='';">
24
        <form method="post" onsubmit="return $('#invite_address').val().trim()!='';">
25
            <input type="hidden" name="op" value="conf_invite"/>
25
            <input type="hidden" name="op" value="conf_invite"/>
26
            <input type="hidden" name="shelfnumber" value="[% shelfnumber %]"/>
26
            <input type="hidden" name="shelfnumber" value="[% shelfnumber %]"/>
27
            <table>
27
            <fieldset class="rows">
28
            <tr>
28
                <ol>
29
            <td><label for="list_name">List name</label></td>
29
                    <li><span class="label">List name:</span> [% shelfname %]</li>
30
            <td>[% shelfname %]</td>
30
                    <li><label for="invite_address">Email address:</label> <input id="invite_address" name="invite_address"/></li>
31
            </tr>
31
                </ol>
32
            <tr>
32
            </fieldset>
33
            <td><label for="invite_address">Email address</label></td>
33
34
            <td><input id="invite_address" name="invite_address"/></td>
34
            <fieldset class="action">
35
            </tr>
35
                <input type="submit" value="Send" />
36
            </table>
36
            </fieldset>
37
            <input type="submit" value="Send"/>
38
        </form>
37
        </form>
39
38
40
    [% ELSIF op=='conf_invite' %]
39
    [% ELSIF op=='conf_invite' %]
41
        <p>We have sent invitation emails to share list [% shelfname %] to the mail queue for [% approvedaddress %].</p>
40
        <p>An invitation to share list <i>[% shelfname %]</i> has been sent to [% approvedaddress %].</p>
42
        [% IF failaddress %]
41
        [% IF failaddress %]
43
            <p>The following addresses appear to be invalid. Please correct them and try again. These are: [% failaddress %]</p>
42
            <p>The following addresses appear to be invalid. Please correct them and try again. These are: [% failaddress %]</p>
44
        [% END %]
43
        [% END %]
45
        <p>You will receive an email notification if someone accepts your share within two weeks.</p>
44
        <p>You will receive an email notification if someone accepts your share within two weeks.</p>
45
        <p><a href="/cgi-bin/koha/opac-shelves.pl?display=privateshelves">Return to your lists</a></p>
46
46
47
    [% ELSIF op=='accept' %]
47
    [% ELSIF op=='accept' %]
48
        [%# TODO: Replace the following two lines %]
48
        [%# TODO: Replace the following two lines %]
Lines 57-67 Link Here
57
</div>
57
</div>
58
58
59
[% IF ( OpacNav ) %]
59
[% IF ( OpacNav ) %]
60
  <div class="yui-b">
60
    <div class="yui-b">
61
  <div id="opacnav" class="container">
61
        <div id="leftmenus" class="container">
62
  [% INCLUDE 'navigation.inc' %]
62
            [% INCLUDE 'navigation.inc' IsPatronPage=1 %]
63
  </div>
63
        </div>
64
  </div>
64
    </div>
65
[% END %]
65
[% END %]
66
66
67
</div>
67
</div>
68
- 

Return to bug 9032