Bug 22612

Summary: opac-auth.tt should contain OpacLoginInstructions
Product: Koha Reporter: Hugo Agud <hagud>
Component: OPACAssignee: Owen Leonard <oleonard>
Status: CLOSED INVALID QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low    
Version: unspecified   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

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?