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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc (-1 / +1 lines)
Lines 389-395 Link Here
389
                            <fieldset class="brief">
389
                            <fieldset class="brief">
390
                                <label for="muserid">Login:</label><input type="text" id="muserid" name="userid" />
390
                                <label for="muserid">Login:</label><input type="text" id="muserid" name="userid" />
391
                                <label for="mpassword">Password:</label><input type="password" id="mpassword" name="password" />
391
                                <label for="mpassword">Password:</label><input type="password" id="mpassword" name="password" />
392
                                [% IF ( OpacLoginInstructions ) %]
392
                                [% IF OpacLoginInstructions %]
393
                                    <div id="nologininstructions-modal" class="nologininstructions">
393
                                    <div id="nologininstructions-modal" class="nologininstructions">
394
                                        [% PROCESS koha_news_block news => OpacLoginInstructions %]
394
                                        [% PROCESS koha_news_block news => OpacLoginInstructions %]
395
                                    </div>
395
                                    </div>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt (-3 / +2 lines)
Lines 201-214 Link Here
201
                                    </div>
201
                                    </div>
202
                                [% END %]
202
                                [% END %]
203
                                <div id="nologininstructions">
203
                                <div id="nologininstructions">
204
                                    [% IF ( OpacLoginInstructions ) %]
204
                                    [% IF OpacLoginInstructions %]
205
                                        [% PROCESS koha_news_block news => OpacLoginInstructions %]
205
                                        [% PROCESS koha_news_block news => OpacLoginInstructions %]
206
                                    [% ELSE %]
206
                                    [% ELSE %]
207
                                        <h2>Don't have a password yet?</h2>
207
                                        <h2>Don't have a password yet?</h2>
208
                                        <p>If you don't have a password yet, stop by the circulation desk the next time you're in the library. We'll happily set one up for you.</p>
208
                                        <p>If you don't have a password yet, stop by the circulation desk the next time you're in the library. We'll happily set one up for you.</p>
209
                                        <h2>Don't have a library card?</h2>
209
                                        <h2>Don't have a library card?</h2>
210
                                        <p>If you don't have a library card, stop by your local library to sign up.</p>
210
                                        <p>If you don't have a library card, stop by your local library to sign up.</p>
211
                                    [% END # / IF  OpacLoginInstructions %]
211
                                    [% END # / IF OpacLoginInstructions %]
212
212
213
                                    [% IF PatronSelfRegistration && PatronSelfRegistrationDefaultCategory %]
213
                                    [% IF PatronSelfRegistration && PatronSelfRegistrationDefaultCategory %]
214
                                        <span id="registrationinstructions">
214
                                        <span id="registrationinstructions">
215
- 

Return to bug 22544