Bug 12576: Make the more/fewer options and "new search" links on the advanced search...
[koha.git] / koha-tmpl / opac-tmpl / bootstrap / en / modules / opac-memberentry-update-submitted.tt
1 [% USE Koha %]
2 [% INCLUDE 'doc-head-open.inc' %]
3 [% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › Updates submitted
4 [% INCLUDE 'doc-head-close.inc' %]
5 [% BLOCK cssinclude %][% END %]
6 </head>
7 <body id="opac-patron-update-submitted">
8 [% INCLUDE 'masthead.inc' %]
9
10     <div class="main">
11         <ul class="breadcrumb">
12             <li><a href="/cgi-bin/koha/opac-main.pl">Home</a> <span class="divider">&rsaquo;</span></li>
13             <li><a href="/cgi-bin/koha/opac-user.pl">[% borrower.firstname %] [% borrower.surname %]</a> <span class="divider">&rsaquo;</span></li>
14             <li><a href="#">Updates to your record</a></li>
15         </ul>
16
17         <div class="container-fluid">
18             <div class="row-fluid">
19                 <div class="span2">
20                     <div id="navigation">
21                         [% INCLUDE 'navigation.inc' IsPatronPage=1 %]
22                     </div>
23                 </div>
24                 <div class="span10">
25                     <div id="update-submitted">
26                         <div class="alert alert-success">
27                             <h3>Thank you</h3>
28                             <p>Your updates have been submitted. A librarian will review your updates before applying them.</p>
29                         </div>
30                     </div>
31                 </div>
32             </div>
33         </div>
34     </div>
35
36 [% INCLUDE 'opac-bottom.inc' %]
37 [% BLOCK jsinclude %][% END %]