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

(-)a/koha-tmpl/opac-tmpl/prog/en/modules/opac-alert-subscribe.tt (-3 / +1 lines)
Lines 12-19 Link Here
12
<div id="useralertsubscribe" class="container">    [% IF ( typeissue ) %]
12
<div id="useralertsubscribe" class="container">    [% IF ( typeissue ) %]
13
        <h1 class="catalogue">Subscribe issue receive warning</h1>
13
        <h1 class="catalogue">Subscribe issue receive warning</h1>
14
            <form action="opac-alert-subscribe.pl" method="post">
14
            <form action="opac-alert-subscribe.pl" method="post">
15
                <p>Do you want to receive an email when a new issue for this subscription arrives?</p>
15
                <p>Do you want to receive an email when a new issue of [% bibliotitle %] [% IF ( notes ) %]([% notes %])[% END %] arrives?</p>
16
                [% bibliotitle %] [% IF ( notes ) %]([% notes %])[% END %] arrive ?</p>
17
                <input type="hidden" name="externalid" value="[% externalid %]">
16
                <input type="hidden" name="externalid" value="[% externalid %]">
18
                <input type="hidden" name="alerttype" value="issue">
17
                <input type="hidden" name="alerttype" value="issue">
19
                <input type="hidden" name="biblionumber" value="[% biblionumber %]">
18
                <input type="hidden" name="biblionumber" value="[% biblionumber %]">
20
- 

Return to bug 10776