Bug 10936: (prog theme) remove duplicate 'Standard number' option in Advanced search
[koha_fer] / koha-tmpl / opac-tmpl / prog / 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 </head>
6 <body id="opac-patron-update-submitted">
7 <div id="doc3" class="yui-t1">
8    <div id="bd">
9 [% INCLUDE 'masthead.inc' %]
10
11 <div id="yui-main">
12     <div class="yui-b">
13         <div id="update-submitted" class="container">
14
15             <h3><a href="/cgi-bin/koha/opac-user.pl">[% borrower.firstname %] [% borrower.surname %]'s account</a> &#8674; Updates to your record</h3>
16             <div class="dialog message">
17                 <h3>Thank you</h3>
18                 <p>Your updates have been submitted. A librarian will review your updates before applying them.</p>
19             </div>
20         </div>
21     </div>
22 </div>
23 <div class="yui-b">
24 <div id="leftmenus" class="container">
25 [% INCLUDE 'navigation.inc' IsPatronPage=1 %]
26 </div>
27 </div>
28 </div>
29 [% INCLUDE 'opac-bottom.inc' %]