Bug 20168: Update of the OPAC bootstrap template to bootstrap v4
[koha.git] / koha-tmpl / opac-tmpl / bootstrap / en / modules / opac-memberentry-update-submitted.tt
1 [% USE Koha %]
2 [% INCLUDE 'doc-head-open.inc' %]
3 <title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog &rsaquo; Updates submitted</title>
4 [% INCLUDE 'doc-head-close.inc' %]
5 [% BLOCK cssinclude %][% END %]
6 </head>
7 [% INCLUDE 'bodytag.inc' bodyid='opac-patron-update-submitted' %]
8 [% INCLUDE 'masthead.inc' %]
9
10     <div class="main">
11         <nav aria-label="breadcrumb">
12             <ul class="breadcrumb">
13                 <li class="breadcrumb-item">
14                     <a href="/cgi-bin/koha/opac-main.pl">Home</a>
15                 </li>
16                 <li class="breadcrumb-item">
17                     <a href="/cgi-bin/koha/opac-user.pl">[% INCLUDE 'patron-title.inc' patron = logged_in_user %]</a>
18                 </li>
19                 <li class="breadcrumb-item" aria-current="page">
20                     <a href="#">Updates to your record</a>
21                 </li>
22             </ul>
23         </nav>
24
25         <div class="container-fluid">
26             <div class="row">
27                 <div class="col-lg-2">
28                     <div id="navigation">
29                         [% INCLUDE 'navigation.inc' IsPatronPage=1 %]
30                     </div>
31                 </div>
32                 <div class="col-10 order-first order-lg-2">
33                     <div id="update-submitted" class="maincontent">
34                         <div class="alert alert-success">
35                             <h3>Thank you</h3>
36                           [% IF ( Koha.Preference('AutoApprovePatronProfileSettings') ) %]
37                             <p>Your updates have been submitted and your patron account has been modified.</p>
38                           [% ELSE %]
39                             <p>Your updates have been submitted. A librarian will review your updates before applying them.</p>
40                           [% END %]
41                         </div>
42                     </div>
43                 </div> <!-- /.col-10 -->
44             </div> <!-- /.row -->
45         </div> <!-- /.container-fluid -->
46     </div> <!-- /.main -->
47
48 [% INCLUDE 'opac-bottom.inc' %]
49 [% BLOCK jsinclude %][% END %]