Bug 7067 - OPAC Borrower Self Registration
[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
3 [% INCLUDE 'doc-head-close.inc' %]
4 </head>
5 <body id="opac-main">
6 [% IF ( OpacNav ) %]<div id="doc3" class="yui-t1">[% ELSE %]<div id="doc3" class="yui-t7">[% END %]
7    <div id="bd">
8 [% INCLUDE 'masthead.inc' %]
9
10 <div id="yui-main">
11     <div class="yui-b">
12         <div id="loggedin" class="yui-ge">
13             <div class="yui-u first">
14
15                 <p>Your updates have been submitted. A librarian will now review you updates before applying them.</p>
16
17             </div>
18         </div>
19     </div>
20 </div>
21
22 [% IF ( OpacNav ) %]<div class="yui-b">
23     <div id="opacnav" class="container">
24         [% INCLUDE 'navigation.inc' %]
25     </div>
26 [% END %]
27
28 </div>
29 [% INCLUDE 'opac-bottom.inc' %]