Bug 14659: (QA followup) switch to using Koha::Patron::Categories
[koha.git] / koha-tmpl / opac-tmpl / bootstrap / en / modules / opac-registration-email-sent.tt
index 0497d26..7b4238a 100644 (file)
@@ -1,10 +1,10 @@
 [% USE Koha %]
 [% INCLUDE 'doc-head-open.inc' %]
-[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › Please confirm your registration
+<title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog &rsaquo; Please confirm your registration</title>
 [% INCLUDE 'doc-head-close.inc' %]
 [% BLOCK cssinclude %][% END %]
 </head>
-<body id="opac-confirmation-pending">
+[% INCLUDE 'bodytag.inc' bodyid='opac-confirmation-pending' %]
 [% INCLUDE 'masthead.inc' %]
 
     <div class="main">
@@ -29,7 +29,7 @@
                         <div id="confirmation-pending" class="alert alert-info">
                             <h1>Please confirm your registration</h1>
 
-                            <p>A confirmation email has been sent to the email address <strong>[% email %]</strong>.</p>
+                            <p>A confirmation email will be sent shortly to the email address <strong>[% email %]</strong>.</p>
 
                             <p>Your account will not be activated until you follow the link provided in the confirmation email.</p>
                         </div>
@@ -40,4 +40,4 @@
     </div>
 
 [% INCLUDE 'opac-bottom.inc' %]
-[% BLOCK jsinclude %][% END %]
\ No newline at end of file
+[% BLOCK jsinclude %][% END %]