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