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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tt (-2 / +1 lines)
Lines 588-594 $(document).ready(function() { Link Here
588
                                                [% END %]
588
                                                [% END %]
589
                                            [% END %]
589
                                            [% END %]
590
                                        </select>
590
                                        </select>
591
                                        <div class="hint">Select a notice and patrons on the routing list will be notified when new issues are received.</div>
591
                                        <div class="hint">Selecting a notice will allow patrons to subscribe to notifications when a new issue is received.</div>
592
                                    [% ELSE %]
592
                                    [% ELSE %]
593
                                        <span class="label">Patron notification: </span>
593
                                        <span class="label">Patron notification: </span>
594
                                        <div class="hint">To notify patrons of new serial issues, you must <a href="/cgi-bin/koha/tools/letter.pl">define a notice</a>.</div>
594
                                        <div class="hint">To notify patrons of new serial issues, you must <a href="/cgi-bin/koha/tools/letter.pl">define a notice</a>.</div>
595
- 

Return to bug 11228