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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-serial-issues.tt (-9 / +12 lines)
Lines 131-144 Link Here
131
                                        </p>
131
                                        </p>
132
                                    [% END %]
132
                                    [% END %]
133
                                    [% IF ( subscription_LOO.letter ) %]
133
                                    [% IF ( subscription_LOO.letter ) %]
134
                                        [% IF ( subscription_LOO.hasalert ) %]
134
                                        [% IF ( loggedinusername ) %]
135
                                            You have subscribed to email notification on new issues <a href="opac-alert-subscribe.pl?op=cancel&amp;externalid=[% subscription_LOO.subscriptionid %]&amp;alerttype=issue&amp;biblionumber=[% subscription_LOO.biblionumber %]" class="btn" title="Cancel email notification">
135
                                            [% IF ( subscription_LOO.hasalert ) %]
136
                                                Cancel email notification
136
                                                You have subscribed to email notification on new issues <a href="opac-alert-subscribe.pl?op=cancel&amp;externalid=[% subscription_LOO.subscriptionid %]&amp;alerttype=issue&amp;biblionumber=[% subscription_LOO.biblionumber %]" class="btn" title="Cancel email notification">
137
                                            </a>
137
                                                    Cancel email notification
138
                                                </a>
139
                                            [% ELSE %]
140
                                                <a href="opac-alert-subscribe.pl?externalid=[% subscription_LOO.subscriptionid %]&amp;alerttype=issue&amp;biblionumber=[% subscription_LOO.biblionumber %]" class="btn" title="Subscribe to email notification on new issues">
141
                                                    Subscribe to email notification on new issues
142
                                                </a>
143
                                            [% END %]
138
                                        [% ELSE %]
144
                                        [% ELSE %]
139
                                            <a href="opac-alert-subscribe.pl?externalid=[% subscription_LOO.subscriptionid %]&amp;alerttype=issue&amp;biblionumber=[% subscription_LOO.biblionumber %]" class="btn" title="Subscribe to email notification on new issues">
145
                                            You must log in if you want to subscribe to email notification on new issues
140
                                                Subscribe to email notification on new issues
141
                                            </a>
142
                                        [% END %]
146
                                        [% END %]
143
                                    [% END %]
147
                                    [% END %]
144
                                </div> <!-- / #subscriptionline* -->
148
                                </div> <!-- / #subscriptionline* -->
Lines 151-154 Link Here
151
    </div> <!-- / .main -->
155
    </div> <!-- / .main -->
152
156
153
[% INCLUDE 'opac-bottom.inc' %]
157
[% INCLUDE 'opac-bottom.inc' %]
154
[% BLOCK jsinclude %][% END %]
158
[% BLOCK jsinclude %][% END %]
155
- 

Return to bug 11647