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