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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-tags.tt (-3 lines)
Lines 72-78 Link Here
72
                        <h1>All Tags</h1>
72
                        <h1>All Tags</h1>
73
73
74
                        <form method="get" action="opac-tags.pl" class="form-inline">
74
                        <form method="get" action="opac-tags.pl" class="form-inline">
75
                            <fieldset>
76
                                <label>
75
                                <label>
77
                                    [% IF Koha.Preference( 'opacuserlogin' ) == 1 %]
76
                                    [% IF Koha.Preference( 'opacuserlogin' ) == 1 %]
78
                                        Tags to show from other users
77
                                        Tags to show from other users
Lines 89-95 Link Here
89
                                        <p><a class="loginModal-trigger" href="/cgi-bin/koha/opac-user.pl">Log in to see your own saved tags.</a></p>
88
                                        <p><a class="loginModal-trigger" href="/cgi-bin/koha/opac-user.pl">Log in to see your own saved tags.</a></p>
90
                                    [% END %]
89
                                    [% END %]
91
                                [% END %]
90
                                [% END %]
92
                            </fieldset>
93
                        </form>
91
                        </form>
94
92
95
                        [% IF ( TAGLOOP ) %]
93
                        [% IF ( TAGLOOP ) %]
96
- 

Return to bug 11566