Bug 22612 - opac-auth.tt should contain OpacLoginInstructions
Summary: opac-auth.tt should contain OpacLoginInstructions
Status: CLOSED INVALID
Alias: None
Product: Koha
Classification: Unclassified
Component: OPAC (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Owen Leonard
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-04-01 05:42 UTC by Hugo Agud
Modified: 2021-06-14 21:29 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hugo Agud 2019-04-01 05:42:29 UTC
Good morning

I think that opac-auth.tt should also include

 [% IF Koha.Preference( 'OpacLoginInstructions' ) %]
 <div id="nologininstructions-main" class="nologininstructions">
 [% Koha.Preference( 'OpacLoginInstructions' ) %]
 </div>
 [% END %]

This add login instrucctions, it appears for example in opac-main.tt or masthed.inc but on opac-auth.tt there is no login instructions
Comment 1 Owen Leonard 2019-04-15 16:17:13 UTC
OpacLoginInstructions is part of opac-auth.tt, so I think this bug is invalid. Or can you provide more information about the problem you're having?