Merge branch 'bug_9276' into 3.12-master
[koha.git] / koha-tmpl / opac-tmpl / prog / en / modules / opac-memberentry-update-submitted.tt
1 [% INCLUDE 'doc-head-open.inc' %]
2 [% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › Updates submitted
3 [% INCLUDE 'doc-head-close.inc' %]
4 </head>
5 <body id="opac-patron-update-submitted">
6 <div id="doc3" class="yui-t1">
7    <div id="bd">
8 [% INCLUDE 'masthead.inc' %]
9
10 <div id="yui-main">
11     <div class="yui-b">
12         <div id="update-submitted" class="container">
13
14             <h3><a href="/cgi-bin/koha/opac-user.pl">[% borrower.firstname %] [% borrower.surname %]'s account</a> &#8674; Updates to your record</h3>
15             <div class="dialog message">
16                 <h3>Thank you</h3>
17                 <p>Your updates have been submitted. A librarian will review your updates before applying them.</p>
18             </div>
19         </div>
20     </div>
21 </div>
22 <div class="yui-b">
23 <div id="leftmenus" class="container">
24 [% INCLUDE 'navigation.inc' IsPatronPage=1 %]
25 </div>
26 </div>
27 </div>
28 [% INCLUDE 'opac-bottom.inc' %]